Home
last modified time | relevance | path

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

/Linux-v4.19/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.c752 const char *prompt = menu_get_prompt(menu); in build_conf()
833 ' ', menu_get_prompt(menu)); in build_conf()
837 menu_get_prompt(def_menu)); in build_conf()
851 ' ', menu_get_prompt(menu)); in build_conf()
898 menu_get_prompt(menu), in build_conf()
906 menu_get_prompt(menu), in build_conf()
1072 const char *prompt = menu_get_prompt(menu); in conf()
1228 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); in show_help()
1234 const char *prompt = menu_get_prompt(menu); in conf_choice()
1257 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.c371 const char *prompt = menu_get_prompt(menu); in text_insert_help()
1053 g_strdup_printf("%s %s", menu_get_prompt(menu), in fill_row()
1106 g_strdup(menu_get_prompt(def_menu)); in fill_row()
1277 menu1 ? menu_get_prompt(menu1) : "nil", in update_tree()
1278 menu2 ? menu_get_prompt(menu2) : "nil"); in update_tree()
1283 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree()
1365 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree()
1368 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
Dlkc_proto.h21 const char * menu_get_prompt(struct menu *menu);
Dmenu.c665 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() function
750 menu_get_prompt(menu)); in get_prompt_str()
Dconfdata.c832 str = menu_get_prompt(menu); in conf_write()
Dqconf.cc121 prompt = qgettext(menu_get_prompt(menu)); in updateMenu()