Searched refs:lookup_cmd_1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.h248 extern struct cmd_list_element *lookup_cmd_1 (char **,
H A Dcli-decode.c926 lookup_cmd_1 (char **text, struct cmd_list_element *clist,
1023 c = lookup_cmd_1 (text, *found->prefixlist, result_list,
1093 lookup_cmd_1 (line, list, &last_list, ignore_help_classes);
922 lookup_cmd_1 (char **text, struct cmd_list_element *clist, function
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcommand.h171 extern struct cmd_list_element *lookup_cmd_1 (char **,
H A Dcompleter.c30 /* FIXME: This is needed because of lookup_cmd_1().
418 c = lookup_cmd_1 (&p, cmdlist, &result_list, 1);
437 /* lookup_cmd_1 advances p up to the first ambiguous thing, but
H A Dtop.c1672 showcmd = lookup_cmd_1 (&cmdname, showlist, NULL, 1);

Completed in 167 milliseconds