Home
last modified time | relevance | path

Searched refs:nohelp_text (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/scripts/kconfig/
Dconf.c40 static char nohelp_text[] = N_("Sorry, no help available for this option yet.\n"); variable
231 printf("\n%s\n", menu->sym->help ? menu->sym->help : nohelp_text); in conf_string()
309 help = nohelp_text; in conf_sym()
399 menu->sym->help : nohelp_text); in conf_choice()
431 child->sym->help : nohelp_text); in conf_choice()
Dmconf.c197 nohelp_text[] = N_( variable
878 str_append(&help, nohelp_text); in show_help()
Dgconf.c43 static char nohelp_text[] = variable
469 const char *help = _(nohelp_text); in text_insert_help()