Home
last modified time | relevance | path

Searched refs:helpstr (Results 1 – 5 of 5) sorted by relevance

/minix3/usr.bin/menuc/
H A Dparse.y59 %type <s_value> init_code system helpstr text
110 opts ";" dispact option_list exitact helpstr
225 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; }
H A Dmdb.h76 char *helpstr; member
H A Dmain.c89 default_info.helpstr = NULL; in main()
H A Dmdb.c355 if (menus[i]->info->helpstr == NULL) in write_menu_file()
358 tmpstr = menus[i]->info->helpstr; in write_menu_file()
H A Dmenu_sys.def390 const char *help = m->helpstr;
421 help = MSG_XLAT(m->helpstr);
807 m->helpstr = help;