Searched refs:menu_get_prompt (Results 1 – 8 of 8) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | mconf.c | 489 const char *prompt = menu_get_prompt(menu); in build_conf() 561 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 564 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf() 619 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf() 646 const char *prompt = menu_get_prompt(menu); in conf() 653 stpart.text = menu_get_prompt(menu); in conf() 791 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help() 797 const char *prompt = menu_get_prompt(menu); in conf_choice() 812 item_make("%s", menu_get_prompt(child)); in conf_choice() 814 item_make("*** %s ***", menu_get_prompt(child)); in conf_choice() [all …]
|
A D | nconf.c | 832 ' ', menu_get_prompt(menu)); in build_conf() 836 menu_get_prompt(def_menu)); in build_conf() 850 ' ', menu_get_prompt(menu)); in build_conf() 897 menu_get_prompt(menu), in build_conf() 905 menu_get_prompt(menu), in build_conf() 1071 const char *prompt = menu_get_prompt(menu); in conf() 1233 const char *prompt = menu_get_prompt(menu); in conf_choice() 1256 menu_get_prompt(child)); in conf_choice() 1259 menu_get_prompt(child)); in conf_choice() 1262 menu_get_prompt(child)); in conf_choice() [all …]
|
A D | conf.c | 253 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 263 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 271 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice() 280 printf(" %d. %s", cnt, menu_get_prompt(child)); in conf_choice() 370 prompt = menu_get_prompt(menu); in conf()
|
A D | gconf.c | 369 const char *prompt = menu_get_prompt(menu); in text_insert_help() 1051 g_strdup_printf("%s %s", menu_get_prompt(menu), in fill_row() 1104 g_strdup(menu_get_prompt(def_menu)); in fill_row() 1275 menu1 ? menu_get_prompt(menu1) : "nil", in update_tree() 1276 menu2 ? menu_get_prompt(menu2) : "nil"); in update_tree() 1281 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1363 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree() 1366 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
|
A D | lkc_proto.h | 21 const char * menu_get_prompt(struct menu *menu);
|
A D | menu.c | 662 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() function 747 menu_get_prompt(menu)); in get_prompt_str()
|
A D | confdata.c | 893 str = menu_get_prompt(menu); in conf_write() 922 str = menu_get_prompt(menu); in conf_write()
|
A D | qconf.cc | 121 prompt = qgettext(menu_get_prompt(menu)); in updateMenu()
|
Completed in 22 milliseconds