Searched refs:menu_get_prompt (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/scripts/kconfig/ ! |
D | mconf.c | 377 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help() 528 const char *prompt = menu_get_prompt(menu); in build_conf() 600 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 603 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf() 615 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 658 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf() 666 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf() 684 const char *prompt = menu_get_prompt(menu); in conf_choice() 699 item_make("%s", menu_get_prompt(child)); in conf_choice() 701 item_make("*** %s ***", menu_get_prompt(child)); in conf_choice() [all …]
|
D | nconf.c | 824 const char *prompt = menu_get_prompt(menu); in build_conf() 904 ' ', menu_get_prompt(menu)); in build_conf() 908 menu_get_prompt(def_menu)); in build_conf() 922 ' ', menu_get_prompt(menu)); in build_conf() 969 menu_get_prompt(menu), in build_conf() 977 menu_get_prompt(menu), in build_conf() 1177 show_menu(menu_get_prompt(menu), menu_instructions, in selected_conf() 1316 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); in show_help() 1322 const char *prompt = menu_get_prompt(menu); in conf_choice() 1345 menu_get_prompt(child)); in conf_choice() [all …]
|
D | conf.c | 473 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 483 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 491 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice() 500 printf(" %d. %s", cnt, menu_get_prompt(child)); in conf_choice() 590 prompt = menu_get_prompt(menu); in conf()
|
D | gconf.c | 366 const char *prompt = menu_get_prompt(menu); in text_insert_help() 1049 menu_get_prompt(menu), in fill_row() 1102 g_strdup(menu_get_prompt(def_menu)); in fill_row() 1273 menu1 ? menu_get_prompt(menu1) : "nil", in update_tree() 1274 menu2 ? menu_get_prompt(menu2) : "nil"); in update_tree() 1279 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1361 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree() 1364 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
|
D | lkc.h | 100 const char *menu_get_prompt(struct menu *menu);
|
D | menu.c | 655 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() function 758 str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu)); in get_prompt_str()
|
D | confdata.c | 961 str = menu_get_prompt(menu); in conf_write() 989 fprintf(out, "# end of %s\n", menu_get_prompt(menu)); in conf_write()
|
D | qconf.cc | 108 prompt = menu_get_prompt(menu); in updateMenu()
|