Searched refs:find_cmd (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c42 static struct cmd_list_element *find_cmd (char *command,
867 find_cmd (char *command, int len, struct cmd_list_element *clist,
973 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
986 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
1346 *cmd = find_cmd (command, len, cur_list, 1, &nfound);
1358 *cmd = find_cmd (command, len, cur_list, 1, &nfound);
863 find_cmd (char *command, int len, struct cmd_list_element *clist, function
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h123 extern int find_cmd (Char *, int);
H A Ded.inputl.c875 if (find_cmd(InputBuf, 0) != 0) {
H A Dsh.exp.c704 i = find_cmd(ep, 0);

Completed in 173 milliseconds