Searched refs:helpstr (Results 1 – 10 of 10) sorted by relevance
61 %type <s_value> init_code system helpstr text115 opts ";" expaction dispact option_list exitact helpstr230 helpstr : /* empty */ { cur_menu->info->helpstr = NULL; }231 | HELP CODE ";" { asprintf(&cur_menu->info->helpstr, "\"%s\"", $2); } 232 | HELP text ";" { cur_menu->info->helpstr = $2; }
76 char *helpstr; member
89 default_info.helpstr = NULL; in main()
388 if (menus[i]->info->helpstr == NULL) in write_menu_file()391 tmpstr = menus[i]->info->helpstr; in write_menu_file()
422 const char *help = m->helpstr;453 help = MSG_XLAT(m->helpstr);892 m->helpstr = help;
860 help = o->helpstr ? o->helpstr : "(No additional info)"; in opt_help()
353 const char *helpstr; member
313 if (o->helpstr == NULL) in list_missing_help()
318 const char *helpstr; member
101 const char *helpstr;132 The B<helpstr> is what to display when the user uses the help option,173 The B<retval> and B<valtype> are ignored, and the B<helpstr> should