Searched refs:helpstr (Results 1 – 5 of 5) sorted by relevance
59 %type <s_value> init_code system helpstr text110 opts ";" dispact option_list exitact helpstr225 helpstr : /* empty */ { cur_menu->info->helpstr = NULL; }226 | HELP CODE ";" { asprintf(&cur_menu->info->helpstr, "\"%s\"", $2); } 227 | HELP text ";" { cur_menu->info->helpstr = $2; }
76 char *helpstr; member
89 default_info.helpstr = NULL; in main()
355 if (menus[i]->info->helpstr == NULL) in write_menu_file()358 tmpstr = menus[i]->info->helpstr; in write_menu_file()
390 const char *help = m->helpstr;421 help = MSG_XLAT(m->helpstr);807 m->helpstr = help;