Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dexec.h65 void find_command(const char *, struct cmdentry *, int, const char *);
H A Dexec.c288 find_command(name, &entry, DO_ERR, pathval()); in hashcmd()
350 find_command(const char *name, struct cmdentry *entry, int act, in find_command() function
747 find_command(argv[i], &entry, 0, path); in typecmd_impl()
H A Deval.c925 find_command(argv[0], &cmdentry, cmd_flags, path); in evalcommand()
1192 find_command(n->ncmd.args->narg.text, &entry, 0, in prehash()
H A DTOUR203 EXEC.C: The routine find_command locates a command, and enters
207 find_command is called for all the commands in the pipeline be-
/freebsd-14.2/sbin/geom/core/
H A Dgeom.c73 static struct g_command *find_command(const char *cmdstr, int flags);
182 if (find_command(cmd->gc_name, GEOM_CLASS_CMDS) != NULL) in usage()
411 find_command(const char *cmdstr, int flags) in find_command() function
466 cmd = find_command(argv[0], GEOM_CLASS_CMDS); in run_command()
469 cmd = find_command(argv[0], GEOM_STD_CMDS); in run_command()