Lines Matching refs:toys
25 #include "toys.h"
42 if (toys.optflags & FLAG_i) {
56 if (!(toys.optflags & FLAG_q)) perror_msg("pid %d", (int)pid);
57 } else if (toys.optflags & FLAG_v)
67 TT.names = toys.optargs;
70 if (toys.optflags & FLAG_l) {
77 if (toys.optflags & FLAG_q) exit(1);
82 toys.optc--;
86 if (!(toys.optflags & FLAG_l) && !toys.optc) help_exit("no name");
90 TT.err = xmalloc(2*toys.optc);
91 for (i=0; i<toys.optc; i++) TT.err[i] = ESRCH;
93 for (i=0; i<toys.optc; i++) {
95 toys.exitval = 1;