Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dqconf.cc130 if (sym && list->rootEntry == menu) in updateMenu()
311 rootEntry(0), headerPopup(0) in ConfigList()
423 if (!rootEntry) { in updateList()
440 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
441 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
447 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
448 rootEntry->sym && rootEntry->prompt) { in updateList()
451 item = new ConfigItem(this, last, rootEntry, true); in updateList()
455 updateMenuList(item, rootEntry); in updateList()
461 updateMenuList(this, rootEntry); in updateList()
[all …]
Dconf.c45 static struct menu *rootEntry; variable
373 rootEntry != menu) { in conf()
439 rootEntry = menu_get_parent_menu(menu); in check_conf()
440 conf(rootEntry); in check_conf()
670 rootEntry = &rootmenu; in main()
Dqconf.h117 struct menu *rootEntry; variable