Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dmconf.c379 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
478 const char *prompt = menu_get_prompt(menu); in build_conf()
531 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
533 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
575 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
600 const char *prompt = menu_get_prompt(menu); in conf_choice()
615 item_make("%s", menu_get_prompt(child)); in conf_choice()
617 item_make("*** %s ***", menu_get_prompt(child)); in conf_choice()
661 const char *prompt = menu_get_prompt(menu); in conf_string()
756 const char *prompt = menu_get_prompt(menu); in conf()
[all …]
H A Dnconf.c775 const char *prompt = menu_get_prompt(menu); in build_conf()
832 ' ', menu_get_prompt(menu)); in build_conf()
834 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
840 ' ', menu_get_prompt(menu)); in build_conf()
887 menu_get_prompt(menu), in build_conf()
1087 show_menu(menu_get_prompt(menu), menu_instructions, in selected_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 …]
H A Dconf.c432 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
440 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice()
449 printf(" %d. %s (%s)", cnt, menu_get_prompt(child), in conf_choice()
535 prompt = menu_get_prompt(menu); in conf()
H A Dlkc.h99 const char *menu_get_prompt(const struct menu *menu);
H A Dgconf.c334 const char *prompt = menu_get_prompt(menu); in text_insert_help()
1017 menu_get_prompt(menu), in fill_row()
1068 g_strdup(menu_get_prompt(def_menu)); in fill_row()
1237 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree()
1316 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree()
H A Dmenu.c568 const char *menu_get_prompt(const struct menu *menu) in menu_get_prompt() function
659 str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu)); in get_prompt_str()
H A Dconfdata.c853 str = menu_get_prompt(menu); in conf_write()
881 fprintf(out, "# end of %s\n", menu_get_prompt(menu)); in conf_write()
H A Dqconf.cc109 prompt = menu_get_prompt(menu); in updateMenu()