Lines Matching refs:toys
39 #include "toys.h"
60 if (!TT.p && !toys.optc) error_exit("Need -p or COMMAND");
61 if (toys.optflags == FLAG_p) {
67 if (-1 == ioprio_set() && !(toys.optflags&FLAG_t)) perror_exit("set");
68 if (!TT.p) xexec(toys.optargs);
76 TT.p = atolx(*toys.optargs);
77 if (toys.optc == 1) {
88 if (!strcmp(toys.optargs[toys.optc-1], classes[TT.c])) break;
89 if (toys.optc == 3 || TT.c == 4) TT.n = atolx(toys.optargs[1]);