Searched refs:menu_get_prompt (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
H A D | mconf.c | 490 const char *prompt = menu_get_prompt(menu); build_conf() 563 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); build_conf() 566 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); build_conf() 578 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); build_conf() 621 item_add_str("%*c%s%s", tmp, ' ', _(menu_get_prompt(menu)), build_conf() 629 item_add_str("%*c%s%s", indent + 1, ' ', _(menu_get_prompt(menu)), build_conf() 648 const char *prompt = menu_get_prompt(menu); conf() 655 stpart.text = menu_get_prompt(menu); conf() 796 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); show_help() 802 const char *prompt = _(menu_get_prompt(menu)); conf_choice() 817 item_make("%s", _(menu_get_prompt(child))); conf_choice() 819 item_make("*** %s ***", _(menu_get_prompt(child))); conf_choice() 863 const char *prompt = menu_get_prompt(menu); conf_string()
|
H A D | nconf.c | 749 const char *prompt = menu_get_prompt(menu); build_conf() 830 ' ', _(menu_get_prompt(menu))); build_conf() 834 _(menu_get_prompt(def_menu))); build_conf() 848 ' ', _(menu_get_prompt(menu))); build_conf() 895 _(menu_get_prompt(menu)), build_conf() 903 _(menu_get_prompt(menu)), build_conf() 1069 const char *prompt = menu_get_prompt(menu); conf() 1228 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help)); show_help() 1234 const char *prompt = _(menu_get_prompt(menu)); conf_choice() 1257 _(menu_get_prompt(child))); conf_choice() 1260 _(menu_get_prompt(child))); conf_choice() 1263 _(menu_get_prompt(child))); conf_choice() 1351 const char *prompt = menu_get_prompt(menu); conf_string()
|
H A D | conf.c | 259 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); conf_choice() 269 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); conf_choice() 277 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); conf_choice() 286 printf(" %d. %s", cnt, _(menu_get_prompt(child))); conf_choice() 379 prompt = menu_get_prompt(menu); conf()
|
H A D | gconf.c | 371 const char *prompt = _(menu_get_prompt(menu)); text_insert_help() 1052 g_strdup_printf("%s %s", _(menu_get_prompt(menu)), fill_row() 1105 g_strdup(_(menu_get_prompt(def_menu))); fill_row() 1276 menu1 ? menu_get_prompt(menu1) : "nil", update_tree() 1277 menu2 ? menu_get_prompt(menu2) : "nil"); update_tree() 1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { update_tree() 1364 (opt_mode == OPT_ALL && menu_get_prompt(child))) display_tree() 1367 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); display_tree()
|
H A D | kxgettext.c | 175 message__add(menu_get_prompt(menu), NULL, menu_build_message_list()
|
H A D | menu.c | 507 const char *menu_get_prompt(struct menu *menu) menu_get_prompt() function 592 _(menu_get_prompt(menu))); get_prompt_str()
|
H A D | confdata.c | 794 str = menu_get_prompt(menu); conf_write()
|
H A D | qconf.cc | 122 prompt = _(menu_get_prompt(menu)); updateMenu()
|
Completed in 170 milliseconds