/src/usr.sbin/lpr/pac/ |
pac.c | 64 static int allflag = 1; /* Get stats on everybody */ variable in typeref:typename:int 165 * table and unset allflag. 169 allflag = 0; 196 * for the users that we have in the hash table. If allflag 232 if (!allflag) 282 if (allflag) {
|
/src/usr.bin/systat/ |
main.c | 79 int allflag; variable in typeref:typename:int 162 allflag=1; 167 if (!modefound && !allflag) 316 if (allflag && signo==SIGALRM) {
|
/src/games/hack/ |
hack.invent.c | 561 boolean allflag = FALSE; local in function:ggetobj 612 allflag = TRUE; 627 return (askchain(invent, olets, allflag, fn, ckfn, max)); 634 * If allflag then no questions are asked. Max gives the max nr of 638 askchain(struct obj *objchn, char *olets, int allflag, 657 if (!allflag) { 666 allflag = 1;
|
/src/usr.sbin/mountd/ |
mountd.c | 1748 int allflag, usedarg; local in function:do_opt 1756 allflag = 1; 1781 !(allflag = strcmp(cpopt, "mapall")) || 1785 if (allflag == 0) {
|