Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dfindcmd.c245 find_command (char *args, int from_tty) in find_command() function
325 add_cmd ("find", class_vars, find_command, _("\ in _initialize_mem_search()
/dflybsd-src/bin/sh/
H A Dexec.h66 void find_command(const char *, struct cmdentry *, int, const char *);
H A Dexec.c290 find_command(name, &entry, DO_ERR, pathval()); in hashcmd()
352 find_command(const char *name, struct cmdentry *entry, int act, in find_command() function
749 find_command(argv[i], &entry, 0, path); in typecmd_impl()
H A Deval.c927 find_command(argv[0], &cmdentry, cmd_flags, path); in evalcommand()
1194 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-