Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dqconf.cc129 if (sym && list->rootEntry == menu) in updateMenu()
310 rootEntry(0), headerPopup(0) in ConfigList()
422 if (!rootEntry) { in updateList()
447 rootEntry->sym && rootEntry->prompt) { in updateList()
454 updateMenuList(item, rootEntry); in updateList()
460 updateMenuList(this, rootEntry); in updateList()
533 if (rootEntry == menu) in setRootMenu()
539 rootEntry = menu; in setRootMenu()
552 oldroot = rootEntry; in setParentMenu()
553 if (rootEntry == &rootmenu) in setParentMenu()
[all …]
A Dconf.c44 static struct menu *rootEntry; variable
364 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()
440 rootEntry = menu_get_parent_menu(menu); in check_conf()
441 conf(rootEntry); in check_conf()
676 rootEntry = &rootmenu; in main()
A Dqconf.h117 struct menu *rootEntry; variable

Completed in 455 milliseconds