Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dmenu.c18 struct menu rootmenu = { .type = M_MENU }; variable
64 current_entry = current_menu = &rootmenu; in _menu_init()
65 last_entry_ptr = &rootmenu.list; in _menu_init()
519 _menu_finalize(&rootmenu, false); in menu_finalize()
612 for (; menu != &rootmenu; menu = menu->parent) { in menu_get_menu_or_parent_menu()
663 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent) { in get_prompt_str()
807 struct menu *menu = &rootmenu; in menu_dump()
H A Dlkc.h79 menu_for_each_sub_entry(menu, &rootmenu)
94 extern struct menu rootmenu;
H A Dgconf.c305 browsed = menu_get_parent_menu(selected) ?: &rootmenu; in set_view_mode()
307 browsed = &rootmenu; in set_view_mode()
318 display_tree(tree1, &rootmenu); in set_view_mode()
330 display_tree(tree2, &rootmenu); in set_view_mode()
338 mode == SINGLE_VIEW && browsed != &rootmenu); in set_view_mode()
537 browsed = menu_get_parent_menu(browsed) ?: &rootmenu; in on_back_clicked()
541 if (browsed == &rootmenu) in on_back_clicked()
1121 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
1342 fixup_rootmenu(&rootmenu); in main()
H A Dqconf.cc450 if (rootEntry != &rootmenu && mode == singleMode) { in updateList()
582 if (rootEntry == &rootmenu) in setParentMenu()
1269 rootmenu.prompt->text, in ConfigMainWindow()
1631 if (configList->rootEntry == &rootmenu) in showSingleView()
1634 configList->setRootMenu(&rootmenu); in showSingleView()
1650 if (configList->rootEntry == &rootmenu) in showSplitView()
1653 configList->setRootMenu(&rootmenu); in showSplitView()
1657 menuList->setRootMenu(&rootmenu); in showSplitView()
1677 if (configList->rootEntry == &rootmenu) in showFullView()
1680 configList->setRootMenu(&rootmenu); in showFullView()
[all …]
H A Dmconf.c302 config_filename, rootmenu.prompt->text); in set_config_filename()
763 if (menu != &rootmenu) in conf()
961 conf(&rootmenu, NULL); in main()
H A Dconf.c819 rootEntry = &rootmenu; in main()
820 conf(&rootmenu); in main()
830 check_conf(&rootmenu); in main()
H A Dparser.y592 if (!menu_has_prompt(&rootmenu)) { in conf_parse()
593 current_entry = &rootmenu; in conf_parse()
765 menu = rootmenu.list; in zconfdump()
H A 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()
H A Dnconf.c648 config_filename, rootmenu.prompt->text); in set_config_filename()
1148 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in selected_conf()
1548 conf(&rootmenu); in main()