Home
last modified time | relevance | path

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

/third_party/toybox/kconfig/
Dmconf.c288 static void show_helptext(const char *title, const char *text);
412 show_helptext(_("Search Configuration"), search_help); in search_conf()
654 show_helptext("README", _(mconf_readme)); in conf()
691 static void show_helptext(const char *title, const char *text) in show_helptext() function
712 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
824 show_helptext(_("Load Alternate Configuration"), load_config_help); in conf_load()
848 show_helptext(_("Save Alternate Configuration"), save_config_help); in conf_save()
/third_party/uboot/u-boot-2020.01/scripts/kconfig/
Dmconf.c293 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()