Searched refs:cmd_sfunc_ftype (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | command.h | 131 typedef void cmd_sfunc_ftype (char *args, int from_tty, typedef 134 cmd_sfunc_ftype *sfunc); 217 cmd_sfunc_ftype *set_func, 218 cmd_sfunc_ftype *show_func, 226 cmd_sfunc_ftype *set_func, 227 cmd_sfunc_ftype *show_func, 250 cmd_sfunc_ftype *set_func, 251 cmd_sfunc_ftype *show_func, 260 cmd_sfunc_ftype *set_func, 261 cmd_sfunc_ftype *show_func, [all …]
|
| HD | remote.c | 642 cmd_sfunc_ftype *set_func, in add_packet_config_cmd() 643 cmd_sfunc_ftype *show_func, in add_packet_config_cmd()
|
| /NextBSD/contrib/gdb/gdb/cli/ |
| HD | cli-decode.c | 77 set_cmd_sfunc (struct cmd_list_element *cmd, cmd_sfunc_ftype *sfunc) in set_cmd_sfunc() 332 cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, in add_setshow_cmd_full() 366 cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, in add_setshow_cmd() 418 cmd_sfunc_ftype *set_func, in add_setshow_auto_boolean_cmd() 419 cmd_sfunc_ftype *show_func, in add_setshow_auto_boolean_cmd() 440 cmd_sfunc_ftype *set_func, in add_setshow_boolean_cmd() 441 cmd_sfunc_ftype *show_func, in add_setshow_boolean_cmd() 463 cmd_sfunc_ftype *set_func, in add_setshow_uinteger_cmd() 464 cmd_sfunc_ftype *show_func, in add_setshow_uinteger_cmd()
|
| HD | cli-decode.h | 78 cmd_sfunc_ftype *sfunc;
|