Lines Matching refs:YES

69 BOOL	compress = YES;		/* compress the characters in the crossref */
77 BOOL editallprompt = YES; /* prompt between editing files */
225 if (isuptodate == YES) { in main()
243 compress = YES; in main()
261 invertedindex = YES; in main()
267 dbtruncated = YES; in main()
268 truncatesyms = YES; in main()
444 if (buildonly == YES) { in main()
463 if (linemode == YES) { in main()
465 if (search() == YES) { in main()
471 if (onesearch == YES) { in main()
511 caseless = YES; in main()
565 if (errorsfound == YES) { in main()
602 if (command(c) == YES) { in main()
648 buildonly = YES; in options()
655 caseless = YES; in options()
660 isuptodate = YES; in options()
666 onesearch = YES; in options()
669 linemode = YES; in options()
673 ogs = YES; in options()
676 invertedindex = YES; in options()
679 returnrequired = YES; in options()
682 truncatesyms = YES; in options()
686 unconditional = YES; in options()
689 fileschanged = YES; in options()
850 errorsfound = YES; in cannotindex()
885 if (compress == YES) { in initcompress()
907 if (invertedindex == YES && in opendatabase()
920 if (invertedindex == YES) { in closedatabase()
963 BOOL interactive = YES; /* output progress messages */ in build()
991 BOOL oldcompress = YES; in build()
1009 oldinvertedindex = YES; in build()
1015 oldtruncatesyms = YES; in build()
1046 if (fileschanged == YES) { in build()
1110 if (invertedindex == YES && (postings = fopen(temp1, "w")) == NULL) { in build()
1117 if (buildonly == YES && !isatty(0)) { in build()
1131 if (invertedindex == YES) { in build()
1139 if (interactive == YES && fileindex % 10 == 0) { in build()
1178 if (invertedindex == YES) { in build()
1193 if (invertedindex == YES) { in build()
1223 if (invertedindex == YES) { in build()
1321 if (invertedindex == YES) { in putheader()
1331 if (truncatesyms == YES) { in putheader()
1383 return (YES); in samelist()
1545 errorsfound = YES; in movefile()
1554 incurses = YES; in entercurses()
1591 noacttimeout = YES; in timedout()
1613 if (incurses == YES) { in myexit()