Home | History | Annotate | Download | only in examples

Lines Matching defs:av

185 		const char **av;
206 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
242 (void) fprintf(stderr, "`%s'\n", av[i]);
245 co, av[i], av[i] + co);
249 if (strcmp(av[0], "history") == 0) {
261 if (strcmp(av[1], "clear") == 0)
268 if (strcmp(av[1], "load") == 0)
269 history(hist, &ev, H_LOAD, av[2]);
270 else if (strcmp(av[1], "save") == 0)
271 history(hist, &ev, H_SAVE, av[2]);
280 } else if (el_parse(el, ac, av) == -1) {
283 execvp(av[0], (char *const *)__UNCONST(av));
284 perror(av[0]);