Searched refs:helpstr (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/usr.bin/menuc/
H A Dmdb.h76 char *helpstr; member in struct:menu_info
H A Dparse.y61 %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; }
H A Dmain.c89 default_info.helpstr = NULL;
H A Dmdb.c205 " const char *helpstr;\n"
388 if (menus[i]->info->helpstr == NULL)
391 tmpstr = menus[i]->info->helpstr;
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dopt.h318 const char *helpstr; member in struct:options_st
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dopt.c860 help = o->helpstr ? o->helpstr : "(No additional info)";
H A Dapps.h353 const char *helpstr; member in struct:options_st
H A Dopenssl.c313 if (o->helpstr == NULL)
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dopt.c1068 help = o->helpstr ? o->helpstr : "(No additional info)";

Completed in 116 milliseconds