Home
last modified time | relevance | path

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

/freebsd-12.1/bin/sh/
H A Dexec.h68 void find_command(const char *, struct cmdentry *, int, const char *);
H A Dexec.c262 find_command(name, &entry, DO_ERR, pathval()); in hashcmd()
324 find_command(const char *name, struct cmdentry *entry, int act, in find_command() function
706 find_command(argv[i], &entry, 0, path); in typecmd_impl()
H A Deval.c930 find_command(argv[0], &cmdentry, cmd_flags, path); in evalcommand()
1200 find_command(n->ncmd.args->narg.text, &entry, 0, in prehash()
H A DTOUR204 EXEC.C: The routine find_command locates a command, and enters
208 find_command is called for all the commands in the pipeline be-
/freebsd-12.1/sbin/geom/core/
H A Dgeom.c74 static struct g_command *find_command(const char *cmdstr, int flags);
181 if (find_command(cmd->gc_name, GEOM_CLASS_CMDS) != NULL) in usage()
405 find_command(const char *cmdstr, int flags) in find_command() function
460 cmd = find_command(argv[0], GEOM_CLASS_CMDS); in run_command()
463 cmd = find_command(argv[0], GEOM_STD_CMDS); in run_command()