Home
last modified time | relevance | path

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

/scripts/kconfig/
Dmconf.c363 const char *prompt = menu_get_prompt(menu); in build_conf()
435 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
438 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf()
450 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
493 item_add_str("%*c%s%s", tmp, ' ', _(menu_get_prompt(menu)), in build_conf()
501 item_add_str("%*c%s%s", indent + 1, ' ', _(menu_get_prompt(menu)), in build_conf()
520 const char *prompt = menu_get_prompt(menu); in conf()
640 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help()
646 const char *prompt = _(menu_get_prompt(menu)); in conf_choice()
661 item_make("%s", _(menu_get_prompt(child))); in conf_choice()
[all …]
Dnconf.c748 const char *prompt = menu_get_prompt(menu); in build_conf()
829 ' ', _(menu_get_prompt(menu))); in build_conf()
833 _(menu_get_prompt(def_menu))); in build_conf()
847 ' ', _(menu_get_prompt(menu))); in build_conf()
894 _(menu_get_prompt(menu)), in build_conf()
902 _(menu_get_prompt(menu)), in build_conf()
1068 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.c255 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
265 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
273 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice()
282 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice()
375 prompt = menu_get_prompt(menu); in conf()
Dgconf.c395 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help()
1076 g_strdup_printf("%s %s", _(menu_get_prompt(menu)), in fill_row()
1129 g_strdup(_(menu_get_prompt(def_menu))); in fill_row()
1300 menu1 ? menu_get_prompt(menu1) : "nil", in update_tree()
1301 menu2 ? menu_get_prompt(menu2) : "nil"); in update_tree()
1306 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree()
1388 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree()
1391 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
Dlkc_proto.h19 P(menu_get_prompt,const char *,(struct menu *menu));
Dkxgettext.c175 message__add(menu_get_prompt(menu), NULL, in menu_build_message_list()
Dmenu.c471 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() function
530 str_printf(r, "%*c-> %s", j, ' ', _(menu_get_prompt(menu))); in get_prompt_str()
Dconfdata.c728 str = menu_get_prompt(menu); in conf_write()
Dqconf.cc132 prompt = _(menu_get_prompt(menu)); in updateMenu()