Home | History | Annotate | Download | only in TEST

Lines Matching defs:av

180 		const char **av;
201 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
237 (void) fprintf(stderr, "`%s'\n", av[i]);
240 co, av[i], av[i] + co);
244 if (strcmp(av[0], "history") == 0) {
256 if (strcmp(av[1], "clear") == 0)
263 if (strcmp(av[1], "load") == 0)
264 history(hist, &ev, H_LOAD, av[2]);
265 else if (strcmp(av[1], "save") == 0)
266 history(hist, &ev, H_SAVE, av[2]);
275 } else if (el_parse(el, ac, av) == -1) {
278 execvp(av[0], (char *const *)__UNCONST(av));
279 perror(av[0]);