Searched defs:set_doc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c328 add_setshow_cmd_full(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list, struct cmd_list_element **set_result, struct cmd_list_element **show_result) argument
362 add_setshow_cmd(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
414 add_setshow_auto_boolean_cmd(char *name, enum command_class class, enum auto_boolean *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
437 add_setshow_boolean_cmd(char *name, enum command_class class, int *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
460 add_setshow_uinteger_cmd(char *name, enum command_class class, unsigned int *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote.c650 char *set_doc; local

Completed in 142 milliseconds