Lines Matching refs:help_doc

335 		      const char *help_doc,  in add_setshow_cmd_full()  argument
348 if (help_doc != NULL) in add_setshow_cmd_full()
350 full_set_doc = xstrprintf ("%s\n%s", set_doc, help_doc); in add_setshow_cmd_full()
351 full_show_doc = xstrprintf ("%s\n%s", show_doc, help_doc); in add_setshow_cmd_full()
395 const char *help_doc, in add_setshow_enum_cmd() argument
403 set_doc, show_doc, help_doc, in add_setshow_enum_cmd()
419 const char *help_doc, in add_setshow_auto_boolean_cmd() argument
428 set_doc, show_doc, help_doc, in add_setshow_auto_boolean_cmd()
442 const char *help_doc, in add_setshow_boolean_cmd() argument
451 set_doc, show_doc, help_doc, in add_setshow_boolean_cmd()
464 const char *help_doc, in add_setshow_filename_cmd() argument
472 set_doc, show_doc, help_doc, in add_setshow_filename_cmd()
485 const char *help_doc, in add_setshow_string_cmd() argument
492 set_doc, show_doc, help_doc, in add_setshow_string_cmd()
504 const char *help_doc, in add_setshow_string_noescape_cmd() argument
511 set_doc, show_doc, help_doc, in add_setshow_string_noescape_cmd()
523 const char *help_doc, in add_setshow_optional_filename_cmd() argument
530 set_doc, show_doc, help_doc, in add_setshow_optional_filename_cmd()
544 const char *help_doc, in add_setshow_integer_cmd() argument
551 set_doc, show_doc, help_doc, in add_setshow_integer_cmd()
565 const char *help_doc, in add_setshow_uinteger_cmd() argument
572 set_doc, show_doc, help_doc, in add_setshow_uinteger_cmd()
586 const char *help_doc, in add_setshow_zinteger_cmd() argument
593 set_doc, show_doc, help_doc, in add_setshow_zinteger_cmd()