Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/lpr/pac/
Dpac.c65 static int allflag = 1; /* Get stats on everybody */ variable
168 allflag = 0; in main()
236 if (!allflag) in account()
281 if (allflag) { in dumpit()
/freebsd-9-stable/usr.sbin/mountd/
Dmountd.c2172 int allflag, usedarg; in do_opt() local
2181 allflag = 1; in do_opt()
2205 !(allflag = strcmp(cpopt, "mapall")) || in do_opt()
2209 if (allflag == 0) { in do_opt()
/freebsd-9-stable/contrib/gdb/gdb/
Dbreakpoint.c3659 breakpoint_1 (int bnum, int allflag) in breakpoint_1() argument
3672 if (allflag || user_settable_breakpoint (b)) in breakpoint_1()
3721 if (allflag || user_settable_breakpoint (b)) in breakpoint_1()