Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/kconfig/
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()
576 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
619 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
627 item_add_str("%*c%s%s", indent + 1, ' ', 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()
[all …]
Dnconf.c751 const char *prompt = menu_get_prompt(menu); in build_conf()
832 ' ', menu_get_prompt(menu)); in build_conf()
836 menu_get_prompt(def_menu)); in build_conf()
850 ' ', menu_get_prompt(menu)); in build_conf()
897 menu_get_prompt(menu), in build_conf()
905 menu_get_prompt(menu), in build_conf()
1071 const char *prompt = menu_get_prompt(menu); in conf()
1227 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); in show_help()
1233 const char *prompt = menu_get_prompt(menu); in conf_choice()
1256 menu_get_prompt(child)); in conf_choice()
[all …]
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()
Dgconf.c369 const char *prompt = menu_get_prompt(menu); in text_insert_help()
1051 g_strdup_printf("%s %s", menu_get_prompt(menu), in fill_row()
1104 g_strdup(menu_get_prompt(def_menu)); in fill_row()
1275 menu1 ? menu_get_prompt(menu1) : "nil", in update_tree()
1276 menu2 ? menu_get_prompt(menu2) : "nil"); in update_tree()
1281 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree()
1363 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree()
1366 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
Dlkc_proto.h21 const char * menu_get_prompt(struct menu *menu);
Dmenu.c662 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() function
747 menu_get_prompt(menu)); in get_prompt_str()
Dconfdata.c893 str = menu_get_prompt(menu); in conf_write()
922 str = menu_get_prompt(menu); in conf_write()
Dqconf.cc121 prompt = qgettext(menu_get_prompt(menu)); in updateMenu()