Home
last modified time | relevance | path

Searched refs:rootmenu (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/scripts/kconfig/
Dgconf.c187 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
500 display_tree(&rootmenu); in load_filename()
617 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode1_activate()
626 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode2_activate()
635 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode3_activate()
717 if (current == &rootmenu) in on_back_clicked()
732 current = &rootmenu; in on_single_clicked()
759 display_tree(&rootmenu); in on_full_clicked()
800 update_tree(&rootmenu, NULL); in renderer_edited()
830 update_tree(&rootmenu, NULL); in change_sym_value()
[all …]
Dqconf.cc435 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
436 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
568 if (rootEntry == &rootmenu) in setParentMenu()
1319 rootmenu.prompt->text, in ConfigMainWindow()
1650 if (configList->rootEntry == &rootmenu) in goBack()
1670 if (configList->rootEntry == &rootmenu) in showSingleView()
1673 configList->setRootMenu(&rootmenu); in showSingleView()
1689 if (configList->rootEntry == &rootmenu) in showSplitView()
1692 configList->setRootMenu(&rootmenu); in showSplitView()
1696 menuList->setRootMenu(&rootmenu); in showSplitView()
[all …]
Dmenu.c15 struct menu rootmenu; variable
43 current_entry = current_menu = &rootmenu; in _menu_init()
44 last_entry_ptr = &rootmenu.list; in _menu_init()
687 return &rootmenu; in menu_get_root_menu()
694 for (; menu != &rootmenu; menu = menu->parent) { in menu_get_parent_menu()
752 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent) { in get_prompt_str()
Dparser.y508 if (!menu_has_prompt(&rootmenu)) {
509 current_entry = &rootmenu;
513 menu_finalize(&rootmenu);
686 menu = rootmenu.list; in zconfdump()
Dconf.c680 rootEntry = &rootmenu; in main()
681 conf(&rootmenu); in main()
691 check_conf(&rootmenu); in main()
Dmconf.c303 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename()
653 if (menu != &rootmenu) in conf()
1035 conf(&rootmenu, NULL); in main()
Dconfdata.c742 rootmenu.prompt->text); in conf_write_heading()
764 menu = rootmenu.list; in conf_write_defconfig()
868 menu = rootmenu.list; in conf_write()
902 menu != &rootmenu) { in conf_write()
Dlkc.h112 extern struct menu rootmenu;
Dnconf.c635 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename()
1146 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in conf()
1543 conf(&rootmenu); in main()