Lines Matching refs:rootEntry
146 if (sym && list->rootEntry == menu) in updateMenu()
342 rootEntry(0), headerPopup(0) in ConfigList()
451 if (!rootEntry) { in updateList()
466 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
467 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
473 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
474 rootEntry->sym && rootEntry->prompt) { in updateList()
477 item = new ConfigItem(this, last, rootEntry, true); in updateList()
481 updateMenuList(item, rootEntry); in updateList()
486 updateMenuList(this, rootEntry); in updateList()
561 if (rootEntry == menu) in setRootMenu()
567 rootEntry = menu; in setRootMenu()
578 oldroot = rootEntry; in setParentMenu()
579 if (rootEntry == &rootmenu) in setParentMenu()
581 setRootMenu(menu_get_parent_menu(rootEntry->parent)); in setParentMenu()
693 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
752 if (ptype == P_MENU && rootEntry != menu && in contentsMouseReleaseEvent()
1514 if (configList->rootEntry->parent == &rootmenu) in changeMenu()
1583 if (configList->rootEntry == &rootmenu) in goBack()
1587 if (item->menu == configList->rootEntry) { in goBack()
1600 if (configList->rootEntry == &rootmenu) in showSingleView()
1611 if (configList->rootEntry == &rootmenu) in showSplitView()
1629 if (configList->rootEntry == &rootmenu) in showFullView()