Symbol: False
usr.bin/awk/run.c
1661
return(False);
usr.bin/awk/run.c
579
return(False);
usr.bin/awk/run.c
845
x = False;
usr.bin/awk/run.c
867
else return(False);
usr.bin/awk/run.c
869
if ( !i ) return(False);
usr.bin/awk/run.c
87
Cell *False = &falsecell;
usr.bin/awk/run.c
874
else return(False);
usr.bin/awk/run.c
876
if (i) return(False);
usr.bin/awk/run.c
897
return(False);
usr.bin/awk/run.c
907
else return(False);
usr.bin/awk/run.c
909
else return(False);
usr.bin/awk/run.c
912
else return(False);
usr.bin/awk/run.c
914
else return(False);
usr.bin/awk/run.c
916
else return(False);
usr.bin/awk/run.c
918
else return(False);
usr.bin/make/cond.c
1142
case False:
usr.bin/make/cond.c
553
t = strcmp(lhs, string) ? False : True;
usr.bin/make/cond.c
555
t = strcmp(lhs, string) ? True : False;
usr.bin/make/cond.c
610
t = left != right ? True : False;
usr.bin/make/cond.c
617
t = left == right ? True : False;
usr.bin/make/cond.c
621
t = left <= right ? True : False;
usr.bin/make/cond.c
623
t = left < right ? True : False;
usr.bin/make/cond.c
627
t = left >= right ? True : False;
usr.bin/make/cond.c
629
t = left > right ? True : False;
usr.bin/make/cond.c
687
t = *p == '\0' ? True : False;
usr.bin/make/cond.c
726
(invert ? False : True) :
usr.bin/make/cond.c
727
(invert ? True : False));
usr.bin/make/cond.c
829
t = False;
usr.bin/make/cond.c
830
else if (t == False)
usr.bin/make/cond.c
906
if (l == False)
usr.sbin/ypserv/ypserv/ypserv_proc.c
290
False
usr.sbin/ypserv/ypserv/ypserv_proc.c
56
static char *False = "FALSE";
usr.sbin/ypserv/ypserv/ypserv_proc.c
57
#define TORF(N) ((N) ? True : False)