Lines Matching refs:rootEntry
130 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()
534 if (rootEntry == menu) in setRootMenu()
540 rootEntry = menu; in setRootMenu()
553 oldroot = rootEntry; in setParentMenu()
554 if (rootEntry == &rootmenu) in setParentMenu()
556 setRootMenu(menu_get_parent_menu(rootEntry->parent)); in setParentMenu()
738 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
796 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1559 if (configList->rootEntry->parent == &rootmenu) in changeMenu()
1628 if (configList->rootEntry == &rootmenu) in goBack()
1637 if (item->menu == configList->rootEntry) { in goBack()
1658 if (configList->rootEntry == &rootmenu) in showSingleView()
1675 if (configList->rootEntry == &rootmenu) in showSplitView()
1700 if (configList->rootEntry == &rootmenu) in showFullView()