Home
last modified time | relevance | path

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

/external/toybox/kconfig/
Dconf.c38 static char nohelp_text[] = N_("Sorry, no help available for this option yet.\n"); variable
189 help = nohelp_text; in conf_string()
272 help = nohelp_text; in conf_sym()
363 menu->sym->help : nohelp_text); in conf_choice()
395 child->sym->help : nohelp_text); in conf_choice()
Dmconf.c203 nohelp_text[] = N_( variable
709 str_append(&help, nohelp_text); in show_help()