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

  /src/usr.bin/menuc/
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; }
mdb.h 76 char *helpstr; member in struct:menu_info

Completed in 11 milliseconds