Searched refs:find_command (Results 1 – 4 of 4) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | exec.h | 68 void find_command(char *, struct cmdentry *, int, const char *);
|
| A D | exec.c | 266 find_command(name, &entry, DO_ERR, pathval()); in hashcmd() 300 find_command(char *name, struct cmdentry *entry, int act, const char *path) in find_command() function 793 find_command(command, &entry, DO_ABS, path);
|
| A D | eval.c | 821 find_command(argv[0], &cmdentry, cmd_flag, path); in evalcommand() 1019 find_command(n->ncmd.args->narg.text, &entry, 0, in prehash()
|
| A D | TOUR | 224 EXEC.C: The routine find_command locates a command, and enters 228 find_command is called for all the commands in the pipeline be-
|
Completed in 7 milliseconds