Home
last modified time | relevance | path

Searched refs:allflag (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.sbin/lpr/pac/
H A Dpac.c64 static int allflag = 1; /* Get stats on everybody */ variable
169 allflag = 0; in main()
232 if (!allflag) in account()
282 if (allflag) { in dumpit()
/netbsd-src/usr.bin/systat/
H A Dmain.c79 int allflag; variable
162 allflag=1; in main()
167 if (!modefound && !allflag) in main()
316 if (allflag && signo==SIGALRM) { in display()
H A Dcmds.c138 if (switchfail && !allflag) in switch_mode()
141 if (switchfail && allflag) { in switch_mode()
H A Dextern.h62 extern int allflag;
/netbsd-src/games/hack/
H A Dhack.invent.c561 boolean allflag = FALSE; in ggetobj() local
612 allflag = TRUE; in ggetobj()
627 return (askchain(invent, olets, allflag, fn, ckfn, max)); in ggetobj()
638 askchain(struct obj *objchn, char *olets, int allflag, in askchain() argument
657 if (!allflag) { in askchain()
666 allflag = 1; in askchain()
/netbsd-src/usr.sbin/mountd/
H A Dmountd.c1748 int allflag, usedarg; in do_opt() local
1756 allflag = 1; in do_opt()
1781 !(allflag = strcmp(cpopt, "mapall")) || in do_opt()
1785 if (allflag == 0) { in do_opt()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20091745 (print_one_breakpoint_location): Add `allflag' argument.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20091745 (print_one_breakpoint_location): Add `allflag' argument.