Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc140 if (sym && list->rootEntry == menu) in updateMenu()
336 rootEntry(0), headerPopup(0) in ConfigList()
445 if (!rootEntry) { in updateList()
460 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
461 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
467 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
468 rootEntry->sym && rootEntry->prompt) { in updateList()
471 item = new ConfigItem(this, last, rootEntry, true); in updateList()
475 updateMenuList(item, rootEntry); in updateList()
480 updateMenuList(this, rootEntry); in updateList()
[all …]
H A Dconf.c45 static struct menu *rootEntry; variable
368 rootEntry != menu) { in conf()
433 rootEntry = menu_get_parent_menu(menu); in check_conf()
434 conf(rootEntry); in check_conf()
600 rootEntry = &rootmenu; in main()
H A Dqconf.h133 struct menu *rootEntry; variable