Searched refs:rootmenu (Results 1 – 10 of 10) sorted by relevance
/scripts/kconfig/ |
D | gconf.c | 212 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window() 525 display_tree(&rootmenu); in load_filename() 641 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode1_activate() 650 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode2_activate() 659 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode3_activate() 741 if (current == &rootmenu) in on_back_clicked() 756 current = &rootmenu; in on_single_clicked() 783 display_tree(&rootmenu); in on_full_clicked() 824 update_tree(&rootmenu, NULL); in renderer_edited() 854 update_tree(&rootmenu, NULL); in change_sym_value() [all …]
|
D | zconf.y | 499 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); 513 rootmenu.prompt->text = _(rootmenu.prompt->text); 514 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text); 516 menu_finalize(&rootmenu); 694 menu = rootmenu.list; in zconfdump()
|
D | menu.c | 15 struct menu rootmenu; variable 43 current_entry = current_menu = &rootmenu; in _menu_init() 44 last_entry_ptr = &rootmenu.list; in _menu_init() 141 if (current_entry->prompt && current_entry != &rootmenu) in menu_add_prop() 482 return &rootmenu; in menu_get_root_menu() 489 for (; menu != &rootmenu; menu = menu->parent) { in menu_get_parent_menu() 524 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent) in get_prompt_str()
|
D | qconf.cc | 460 if (rootEntry != &rootmenu && (mode == singleMode || in updateList() 461 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList() 573 if (rootEntry == &rootmenu) in setParentMenu() 1278 rootmenu.prompt->text, in ConfigMainWindow() 1508 if (configList->rootEntry->parent == &rootmenu) in changeMenu() 1577 if (configList->rootEntry == &rootmenu) in goBack() 1594 if (configList->rootEntry == &rootmenu) in showSingleView() 1597 configList->setRootMenu(&rootmenu); in showSingleView() 1605 if (configList->rootEntry == &rootmenu) in showSplitView() 1608 configList->setRootMenu(&rootmenu); in showSplitView() [all …]
|
D | mconf.c | 294 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename() 532 if (menu == &rootmenu) { in conf() 876 conf(&rootmenu); in main()
|
D | conf.c | 632 rootEntry = &rootmenu; in main() 633 conf(&rootmenu); in main() 643 check_conf(&rootmenu); in main()
|
D | lkc_proto.h | 15 P(rootmenu,struct menu,);
|
D | confdata.c | 591 rootmenu.prompt->text); in conf_write_heading() 613 menu = rootmenu.list; in conf_write_defconfig() 722 menu = rootmenu.list; in conf_write()
|
D | nconf.c | 639 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename() 1143 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in conf() 1533 conf(&rootmenu); in main()
|
D | zconf.tab.c_shipped | 2262 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); 2276 rootmenu.prompt->text = _(rootmenu.prompt->text); 2277 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text); 2279 menu_finalize(&rootmenu); 2457 menu = rootmenu.list;
|