Home | History | Annotate | Download | only in other

Lines Matching refs:toys

34 #include "toys.h"
40 char *prog_args[5], **ss = toys.optargs;
45 *prog_args = *toys.optargs;
50 toys.optc--;
67 // is the toys.optargs position of the file. (0 is program to run.)
102 toys.optargs[event->wd], event->name);
105 prog_args[2] = toys.optargs[event->wd];
111 if (--toys.optc <= 0) {
125 toys.exitval = !!toys.signal;