Searched refs:show_helptext (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | mconf.c | 293 static void show_helptext(const char *title, const char *text); 415 show_helptext("Search Configuration", search_help); in search_conf() 710 show_helptext("README", mconf_readme); in conf() 770 static void show_helptext(const char *title, const char *text) in show_helptext() function 792 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help() 917 show_helptext("Load Alternate Configuration", load_config_help); in conf_load() 943 show_helptext("Save Alternate Configuration", save_config_help); in conf_save()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | mconf.c | 293 static void show_helptext(const char *title, const char *text); 415 show_helptext(_("Search Configuration"), search_help); in search_conf() 711 show_helptext(_("README"), _(mconf_readme)); in conf() 771 static void show_helptext(const char *title, const char *text) in show_helptext() function 796 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help() 921 show_helptext(_("Load Alternate Configuration"), load_config_help); in conf_load() 947 show_helptext(_("Save Alternate Configuration"), save_config_help); in conf_save()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | mconf.c | 293 static void show_helptext(const char *title, const char *text); 415 show_helptext(_("Search Configuration"), search_help); in search_conf() 711 show_helptext(_("README"), _(mconf_readme)); in conf() 771 static void show_helptext(const char *title, const char *text) in show_helptext() function 796 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help() 921 show_helptext(_("Load Alternate Configuration"), load_config_help); in conf_load() 947 show_helptext(_("Save Alternate Configuration"), save_config_help); in conf_save()
|