Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dexec.h66 void find_command(const char *, struct cmdentry *, int, const char *);
H A Dexec.c284 find_command(name, &entry, DO_ERR, pathval()); in hashcmd()
346 find_command(const char *name, struct cmdentry *entry, int act, in find_command() function
775 find_command(argv[i], &entry, 0, path); in typecmd_impl()
H A Deval.c921 find_command(argv[0], &cmdentry, cmd_flags, path); in evalcommand()
1188 find_command(n->ncmd.args->narg.text, &entry, 0, in prehash()
H A DTOUR202 EXEC.C: The routine find_command locates a command, and enters
206 find_command is called for all the commands in the pipeline be-
/src/sbin/geom/core/
H A Dgeom.c75 static struct g_command *find_command(const char *cmdstr, int flags);
184 if (find_command(cmd->gc_name, GEOM_CLASS_CMDS) != NULL) in usage()
414 find_command(const char *cmdstr, int flags) in find_command() function
469 cmd = find_command(argv[0], GEOM_CLASS_CMDS); in run_command()
472 cmd = find_command(argv[0], GEOM_STD_CMDS); in run_command()