Searched refs:menu_get_prompt (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/scripts/kconfig/ |
A D | mconf.c | 492 const char *prompt = menu_get_prompt(menu); in build_conf() 564 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 567 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf() 622 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf() 649 const char *prompt = menu_get_prompt(menu); in conf() 656 stpart.text = menu_get_prompt(menu); in conf() 794 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help() 800 const char *prompt = menu_get_prompt(menu); in conf_choice() 815 item_make("%s", menu_get_prompt(child)); in conf_choice() 817 item_make("*** %s ***", menu_get_prompt(child)); in conf_choice() [all …]
|
A D | nconf.c | 749 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() 1229 const char *prompt = menu_get_prompt(menu); in conf_choice() 1252 menu_get_prompt(child)); in conf_choice() 1255 menu_get_prompt(child)); in conf_choice() 1258 menu_get_prompt(child)); in conf_choice() [all …]
|
A 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()
|
A D | gconf.c | 366 const char *prompt = menu_get_prompt(menu); in text_insert_help() 1052 menu_get_prompt(menu), in fill_row() 1105 g_strdup(menu_get_prompt(def_menu)); in fill_row() 1276 menu1 ? menu_get_prompt(menu1) : "nil", in update_tree() 1277 menu2 ? menu_get_prompt(menu2) : "nil"); in update_tree() 1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1364 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree() 1367 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
|
A D | lkc.h | 100 const char *menu_get_prompt(struct menu *menu);
|
A D | menu.c | 655 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() function 750 str_printf(r, "%*c-> %s", j, ' ', menu_get_prompt(menu)); in get_prompt_str()
|
A D | confdata.c | 944 str = menu_get_prompt(menu); in conf_write() 972 fprintf(out, "# end of %s\n", menu_get_prompt(menu)); in conf_write()
|
A D | qconf.cc | 106 prompt = menu_get_prompt(menu); in updateMenu()
|
Completed in 27 milliseconds