Lines Matching refs:rootEntry
138 if (sym && list->rootEntry == menu) in updateMenu()
319 rootEntry(0), headerPopup(0) in ConfigList()
431 if (!rootEntry) { in updateList()
448 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
449 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
455 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
456 rootEntry->sym && rootEntry->prompt) { in updateList()
459 item = new ConfigItem(this, last, rootEntry, true); in updateList()
463 updateMenuList(item, rootEntry); in updateList()
469 updateMenuList(this, rootEntry); in updateList()
542 if (rootEntry == menu) in setRootMenu()
548 rootEntry = menu; in setRootMenu()
561 oldroot = rootEntry; in setParentMenu()
562 if (rootEntry == &rootmenu) in setParentMenu()
564 setRootMenu(menu_get_parent_menu(rootEntry->parent)); in setParentMenu()
746 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
804 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1568 if (configList->rootEntry->parent == &rootmenu) in changeMenu()
1637 if (configList->rootEntry == &rootmenu) in goBack()
1646 if (item->menu == configList->rootEntry) { in goBack()
1667 if (configList->rootEntry == &rootmenu) in showSingleView()
1684 if (configList->rootEntry == &rootmenu) in showSplitView()
1709 if (configList->rootEntry == &rootmenu) in showFullView()