HomeSort by: relevance | last modified time | path
    Searched refs:allflag (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/systat/
cmds.c 138 if (switchfail && !allflag)
141 if (switchfail && allflag) {
main.c 79 int allflag; variable
162 allflag=1;
167 if (!modefound && !allflag)
316 if (allflag && signo==SIGALRM) {
extern.h 62 extern int allflag;
  /src/usr.sbin/lpr/pac/
pac.c 64 static int allflag = 1; /* Get stats on everybody */ variable
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/games/hack/
hack.invent.c 561 boolean allflag = FALSE; local
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
1756 allflag = 1;
1781 !(allflag = strcmp(cpopt, "mapall")) ||
1785 if (allflag == 0) {
  /src/external/gpl3/gdb.old/dist/gdb/
breakpoint.c 6554 int allflag, bool raw_loc)
6693 if (allflag
6926 print_one_breakpoint (breakpoint *b, const bp_location **last_loc, int allflag)
6936 allflag, false);
6946 if (!printed || allflag)
6963 && (allflag
6982 allflag, allflag);
  /src/external/gpl3/gdb/dist/gdb/
breakpoint.c 6586 int allflag, bool raw_loc)
6725 if (allflag
6958 print_one_breakpoint (breakpoint *b, const bp_location **last_loc, int allflag)
6968 allflag, false);
6978 if (!printed || allflag)
6995 && (allflag
7014 allflag, allflag);

Completed in 46 milliseconds