Home | History | Annotate | Download | only in pending

Lines Matching refs:toys

23 #include "toys.h"
71 ++toys.argv;
72 if (toys.optc && (!strcmp(*toys.argv, "shm") ||
73 !strcmp(*toys.argv, "sem") || !strcmp(*toys.argv, "msg"))) {
74 int t = (toys.argv[0][1] == 'h')? 1 : (toys.argv[0][1] == 's')? 2:3;
76 while (*(++toys.argv)) do_ipcrm(0, t, *toys.argv);
86 if (toys.optc) help_exit("unknown argument: %s", *toys.optargs);