Searched refs:menu_get_prompt (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/scripts/kconfig/ |
D | mconf.c | 362 const char *prompt = menu_get_prompt(menu); in build_conf() 434 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 437 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf() 449 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 492 item_add_str("%*c%s%s", tmp, ' ', _(menu_get_prompt(menu)), in build_conf() 500 item_add_str("%*c%s%s", indent + 1, ' ', _(menu_get_prompt(menu)), in build_conf() 519 const char *prompt = menu_get_prompt(menu); in conf() 639 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help() 645 const char *prompt = _(menu_get_prompt(menu)); in conf_choice() 660 item_make("%s", _(menu_get_prompt(child))); in conf_choice() [all …]
|
D | nconf.c | 748 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() 1239 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help)); in show_help() 1245 const char *prompt = _(menu_get_prompt(menu)); in conf_choice() 1268 _(menu_get_prompt(child))); in conf_choice() [all …]
|
D | conf.c | 255 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() 373 prompt = menu_get_prompt(menu); in conf()
|
D | gconf.c | 399 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help() 1112 g_strdup_printf("%s %s", _(menu_get_prompt(menu)), in fill_row() 1165 g_strdup(_(menu_get_prompt(def_menu))); in fill_row() 1337 menu1 ? menu_get_prompt(menu1) : "nil", in update_tree() 1338 menu2 ? menu_get_prompt(menu2) : "nil"); in update_tree() 1343 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1425 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree() 1428 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
|
D | lkc_proto.h | 19 P(menu_get_prompt,const char *,(struct menu *menu));
|
D | kxgettext.c | 176 message__add(menu_get_prompt(menu), NULL, in menu_build_message_list()
|
D | menu.c | 471 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()
|
D | confdata.c | 624 str = menu_get_prompt(menu); in conf_write()
|
D | qconf.cc | 132 prompt = _(menu_get_prompt(menu)); in updateMenu()
|