HomeSort by: relevance | last modified time | path
    Searched refs:helpstr (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/menuc/
mdb.h 76 char *helpstr; member in struct:menu_info
parse.y 61 %type <s_value> init_code system helpstr text
115 opts ";" expaction dispact option_list exitact helpstr
230 helpstr : /* empty */ { cur_menu->info->helpstr = NULL; } label
231 | HELP CODE ";" { asprintf(&cur_menu->info->helpstr, "\"%s\"", $2); }
232 | HELP text ";" { cur_menu->info->helpstr = $2; }
main.c 89 default_info.helpstr = NULL;
mdb.c 205 " const char *helpstr;\n"
388 if (menus[i]->info->helpstr == NULL)
391 tmpstr = menus[i]->info->helpstr;
menu_sys.def 422 const char *help = m->helpstr;
453 help = MSG_XLAT(m->helpstr);
893 m->helpstr = help;

Completed in 24 milliseconds