Searched refs:help_cmd_list (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-decode.c | 744 help_cmd_list (list, class, cmdtype, (int) class >= 0, stream); in help_list() 779 help_cmd_list (*c->prefixlist, all_commands, c->prefixname, 0, stream); in help_all() 783 help_cmd_list (cmdlist, c->class, "", 0, stream); in help_all() 834 help_cmd_list (struct cmd_list_element *list, enum command_class class, in help_cmd_list() function 853 help_cmd_list (*c->prefixlist, class, c->prefixname, 1, stream); in help_cmd_list()
|
| H A D | cli-decode.h | 282 extern void help_cmd_list (struct cmd_list_element *, enum command_class,
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | command.h | 210 extern void help_cmd_list (struct cmd_list_element *, enum command_class,
|