Lines Matching refs:rootEntry
116 if (sym && list->rootEntry == menu) in updateMenu()
305 rootEntry(0), headerPopup(0) in ConfigList()
423 if (!rootEntry) { in updateList()
439 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
440 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
446 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
447 rootEntry->sym && rootEntry->prompt) { in updateList()
450 item = new ConfigItem(this, last, rootEntry, true); in updateList()
454 updateMenuList(item, rootEntry); in updateList()
460 updateMenuList(rootEntry); in updateList()
552 if (rootEntry == menu) in setRootMenu()
558 rootEntry = menu; in setRootMenu()
571 oldroot = rootEntry; in setParentMenu()
572 if (rootEntry == &rootmenu) in setParentMenu()
574 setRootMenu(menu_get_parent_menu(rootEntry->parent)); in setParentMenu()
756 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
817 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1673 if (configList->rootEntry == &rootmenu) in goBack()
1693 if (configList->rootEntry == &rootmenu) in showSingleView()
1712 if (configList->rootEntry == &rootmenu) in showSplitView()
1739 if (configList->rootEntry == &rootmenu) in showFullView()