Home
last modified time | relevance | path

Searched refs:menu_get_prompt (Results 1 – 8 of 8) sorted by relevance

/scripts/kconfig/
A Dmconf.c489 const char *prompt = menu_get_prompt(menu); in build_conf()
561 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
564 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()
619 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
646 const char *prompt = menu_get_prompt(menu); in conf()
653 stpart.text = menu_get_prompt(menu); in conf()
791 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
797 const char *prompt = menu_get_prompt(menu); in conf_choice()
812 item_make("%s", menu_get_prompt(child)); in conf_choice()
814 item_make("*** %s ***", menu_get_prompt(child)); in conf_choice()
[all …]
A Dnconf.c830 ' ', menu_get_prompt(menu)); in build_conf()
834 menu_get_prompt(def_menu)); in build_conf()
848 ' ', menu_get_prompt(menu)); in build_conf()
895 menu_get_prompt(menu), in build_conf()
903 menu_get_prompt(menu), in build_conf()
1069 const char *prompt = menu_get_prompt(menu); in conf()
1231 const char *prompt = menu_get_prompt(menu); in conf_choice()
1254 menu_get_prompt(child)); in conf_choice()
1257 menu_get_prompt(child)); in conf_choice()
1260 menu_get_prompt(child)); in conf_choice()
[all …]
A Dconf.c253 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
263 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
271 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice()
280 printf(" %d. %s", cnt, menu_get_prompt(child)); in conf_choice()
370 prompt = menu_get_prompt(menu); in conf()
A Dlkc_proto.h21 const char * menu_get_prompt(struct menu *menu);
A Dgconf.c369 const char *prompt = menu_get_prompt(menu); in text_insert_help()
1020 g_strdup_printf("%s %s", menu_get_prompt(menu), in fill_row()
1073 g_strdup(menu_get_prompt(def_menu)); in fill_row()
1240 menu1 ? menu_get_prompt(menu1) : "nil", in update_tree()
1241 menu2 ? menu_get_prompt(menu2) : "nil"); in update_tree()
1246 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree()
1327 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree()
1330 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
A Dmenu.c665 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() function
750 menu_get_prompt(menu)); in get_prompt_str()
A Dconfdata.c830 str = menu_get_prompt(menu); in conf_write()
A Dqconf.cc121 prompt = qgettext(menu_get_prompt(menu)); in updateMenu()

Completed in 22 milliseconds