Home
last modified time | relevance | path

Searched refs:cmd_sfunc_ftype (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDcommand.h131 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 …]
HDremote.c642 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/
HDcli-decode.c77 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()
HDcli-decode.h78 cmd_sfunc_ftype *sfunc;