Home
last modified time | relevance | path

Searched refs:rootEntry (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/scripts/kconfig/
Dqconf.cc114 if (sym && list->rootEntry == menu) in updateMenu()
303 rootEntry(0), headerPopup(0) in ConfigList()
421 if (!rootEntry) { in updateList()
437 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
438 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
444 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
445 rootEntry->sym && rootEntry->prompt) { in updateList()
448 item = new ConfigItem(this, last, rootEntry, true); in updateList()
452 updateMenuList(item, rootEntry); in updateList()
458 updateMenuList(rootEntry); in updateList()
[all …]
Dconf.c47 static struct menu *rootEntry; variable
584 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()
657 rootEntry = menu_get_parent_menu(menu); in check_conf()
658 conf(rootEntry); in check_conf()
874 rootEntry = &rootmenu; in main()
Dqconf.h104 struct menu *rootEntry; variable