Home
last modified time | relevance | path

Searched refs:rootmenu (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A 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, NUL in change_sym_value()
[all...]
H A 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...]
H A 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()
H A Dparser.y508 if (!menu_has_prompt(&rootmenu)) {
509 current_entry = &rootmenu;
513 menu_finalize(&rootmenu);
686 menu = rootmenu.list;
H A Dconf.c680 rootEntry = &rootmenu; in main()
681 conf(&rootmenu); in main()
691 check_conf(&rootmenu); in main()
H A 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()
H A 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()
H A Dlkc.h112 extern struct menu rootmenu;
H A 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()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dgconf.c183 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
496 display_tree(&rootmenu); in load_filename()
613 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode1_activate()
622 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode2_activate()
631 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode3_activate()
710 if (current == &rootmenu) in on_back_clicked()
725 current = &rootmenu; in on_single_clicked()
752 display_tree(&rootmenu); in on_full_clicked()
793 update_tree(&rootmenu, NULL); in renderer_edited()
823 update_tree(&rootmenu, NUL in change_sym_value()
[all...]
H A Dqconf.cc439 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
440 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
572 if (rootEntry == &rootmenu) in setParentMenu()
1328 rootmenu.prompt->text, in ConfigMainWindow()
1673 if (configList->rootEntry == &rootmenu) in goBack()
1693 if (configList->rootEntry == &rootmenu) in showSingleView()
1696 configList->setRootMenu(&rootmenu); in showSingleView()
1712 if (configList->rootEntry == &rootmenu) in showSplitView()
1715 configList->setRootMenu(&rootmenu); in showSplitView()
1719 menuList->setRootMenu(&rootmenu); in showSplitView()
[all...]
H A Dparser.y499 if (!menu_has_prompt(&rootmenu)) {
500 current_entry = &rootmenu;
504 menu_finalize(&rootmenu);
677 menu = rootmenu.list;
H A Dmenu.c16 struct menu rootmenu; variable
44 current_entry = current_menu = &rootmenu; in _menu_init()
45 last_entry_ptr = &rootmenu.list; in _menu_init()
668 for (; menu != &rootmenu; menu = menu->parent) { in menu_get_parent_menu()
731 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent) { in get_prompt_str()
H A Dmconf.c299 config_filename, rootmenu.prompt->text); in set_config_filename()
846 if (menu != &rootmenu) in conf()
1042 conf(&rootmenu, NULL); in main()
H A Dlkc.h95 extern struct menu rootmenu;
H A Dconfdata.c640 fprintf(fp, "%s %s\n", cs->decoration, rootmenu.prompt->text); in conf_write_heading()
851 menu = rootmenu.list; in conf_write_defconfig()
955 menu = rootmenu.list; in conf_write()
987 if (!menu->sym && menu_is_visible(menu) && menu != &rootmenu && in conf_write()
H A Dconf.c874 rootEntry = &rootmenu; in main()
875 conf(&rootmenu); in main()
885 check_conf(&rootmenu); in main()
H A Dnconf.c643 config_filename, rootmenu.prompt->text); in set_config_filename()
1235 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in selected_conf()
1634 conf(&rootmenu); in main()

Completed in 24 milliseconds