Home | History | Annotate | Download | only in pending

Lines Matching refs:toys

19 #include "toys.h"
70 if (toys.optc > 1) show_file_header(name);
83 loopfiles(toys.optargs, do_cat_operation);
101 if (*toys.optargs && !(fp = fopen(*toys.optargs, "r"))) {
102 perror_msg("%s", *toys.optargs);
110 if (toys.optc > 1) {
111 show_file_header(*toys.optargs);
142 if (*toys.optargs && *++toys.optargs) {
143 input_key = prompt(cin, "--More--(Next file: %s)", *toys.optargs);
146 } while (*toys.optargs);
152 toys.exitval = 0;