Home
last modified time | relevance | path

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

/scripts/kconfig/
Dgconf.c151 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
581 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode1_activate()
590 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode2_activate()
599 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode3_activate()
678 if (current == &rootmenu) in on_back_clicked()
693 current = &rootmenu; in on_single_clicked()
720 display_tree(&rootmenu); in on_full_clicked()
761 update_tree(&rootmenu, NULL); in renderer_edited()
792 update_tree(&rootmenu, NULL); in change_sym_value()
815 update_tree(&rootmenu, NULL); in toggle_sym_value()
[all …]
Dlkc.h79 menu_for_each_sub_entry(menu, &rootmenu)
94 extern struct menu rootmenu;
Dmenu.c18 struct menu rootmenu; variable
64 current_entry = current_menu = &rootmenu; in _menu_init()
65 last_entry_ptr = &rootmenu.list; in _menu_init()
508 _menu_finalize(&rootmenu, false); in menu_finalize()
581 for (; menu != &rootmenu; menu = menu->parent) { in menu_get_parent_menu()
632 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent) { in get_prompt_str()
Dqconf.cc440 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
441 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
573 if (rootEntry == &rootmenu) in setParentMenu()
1320 rootmenu.prompt->text, in ConfigMainWindow()
1665 if (configList->rootEntry == &rootmenu) in goBack()
1685 if (configList->rootEntry == &rootmenu) in showSingleView()
1688 configList->setRootMenu(&rootmenu); in showSingleView()
1704 if (configList->rootEntry == &rootmenu) in showSplitView()
1707 configList->setRootMenu(&rootmenu); in showSplitView()
1711 menuList->setRootMenu(&rootmenu); in showSplitView()
[all …]
Dmconf.c301 config_filename, rootmenu.prompt->text); in set_config_filename()
762 if (menu != &rootmenu) in conf()
958 conf(&rootmenu, NULL); in main()
Dconf.c816 rootEntry = &rootmenu; in main()
817 conf(&rootmenu); in main()
827 check_conf(&rootmenu); in main()
Dparser.y555 if (!menu_has_prompt(&rootmenu)) { in conf_parse()
556 current_entry = &rootmenu; in conf_parse()
736 menu = rootmenu.list; in zconfdump()
Dconfdata.c560 fprintf(fp, "%s %s\n", cs->decoration, rootmenu.prompt->text); in conf_write_heading()
847 menu = rootmenu.list; in conf_write()
879 if (!menu->sym && menu_is_visible(menu) && menu != &rootmenu && in conf_write()
Dnconf.c647 config_filename, rootmenu.prompt->text); in set_config_filename()
1147 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in selected_conf()
1545 conf(&rootmenu); in main()