Home
last modified time | relevance | path

Searched refs:find_command (Results 1 – 4 of 4) sorted by relevance

/system/core/sh/
Dexec.h68 void find_command(char *, struct cmdentry *, int, const char *);
Dexec.c362 find_command(name, &entry, DO_ERR, pathval()); in hashcmd()
427 find_command(char *name, struct cmdentry *entry, int act, const char *path) in find_command() function
1002 find_command(arg, &entry, DO_ABS, pathval()); in typecmd()
Deval.c799 find_command(argv[0], &cmdentry, cmd_flags, path); in evalcommand()
1108 find_command(n->ncmd.args->narg.text, &entry, 0, in prehash()
DTOUR238 EXEC.C: The routine find_command locates a command, and enters
242 find_command is called for all the commands in the pipeline be-