Searched refs:help_doc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | command.h | 232 const char *help_doc, 244 const char *help_doc, 255 const char *help_doc, const char *print, 266 const char *help_doc, 278 const char *help_doc, 290 const char *help_doc, 302 const char *help_doc,
|
| H A D | remote.c | 646 char *help_doc; in add_packet_config_cmd() local
|
| H A D | ChangeLog | 3191 add_setshow_zinteger_cmd for help_doc. 3192 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc. 3341 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-decode.c | 333 const char *help_doc, const char *print, in add_setshow_cmd_full() argument 346 if (help_doc != NULL) in add_setshow_cmd_full() 348 full_set_doc = xstrprintf ("%s\n%s", set_doc, help_doc); in add_setshow_cmd_full() 349 full_show_doc = xstrprintf ("%s\n%s", show_doc, help_doc); in add_setshow_cmd_full() 417 const char *help_doc, in add_setshow_enum_cmd() argument 426 set_doc, show_doc, help_doc, print, in add_setshow_enum_cmd() 442 const char *help_doc, const char *print, in add_setshow_auto_boolean_cmd() argument 451 set_doc, show_doc, help_doc, print, in add_setshow_auto_boolean_cmd() 465 const char *help_doc, const char *print, in add_setshow_boolean_cmd() argument 474 set_doc, show_doc, help_doc, print, in add_setshow_boolean_cmd() [all …]
|