Searched refs:find_command (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | findcmd.c | 245 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 D | exec.h | 66 void find_command(const char *, struct cmdentry *, int, const char *);
|
H A D | exec.c | 290 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 D | eval.c | 927 find_command(argv[0], &cmdentry, cmd_flags, path); in evalcommand() 1194 find_command(n->ncmd.args->narg.text, &entry, 0, in prehash()
|
H A D | TOUR | 204 EXEC.C: The routine find_command locates a command, and enters 208 find_command is called for all the commands in the pipeline be-
|