Lines Matching refs:rootEntry
140 if (sym && list->rootEntry == menu) in updateMenu()
336 rootEntry(0), headerPopup(0) in ConfigList()
445 if (!rootEntry) { in updateList()
460 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
461 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
467 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
468 rootEntry->sym && rootEntry->prompt) { in updateList()
471 item = new ConfigItem(this, last, rootEntry, true); in updateList()
475 updateMenuList(item, rootEntry); in updateList()
480 updateMenuList(this, rootEntry); in updateList()
555 if (rootEntry == menu) in setRootMenu()
561 rootEntry = menu; in setRootMenu()
572 oldroot = rootEntry; in setParentMenu()
573 if (rootEntry == &rootmenu) in setParentMenu()
575 setRootMenu(menu_get_parent_menu(rootEntry->parent)); in setParentMenu()
687 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
746 if (ptype == P_MENU && rootEntry != menu && in contentsMouseReleaseEvent()
1505 if (configList->rootEntry->parent == &rootmenu) in changeMenu()
1574 if (configList->rootEntry == &rootmenu) in goBack()
1578 if (item->menu == configList->rootEntry) { in goBack()
1591 if (configList->rootEntry == &rootmenu) in showSingleView()
1602 if (configList->rootEntry == &rootmenu) in showSplitView()
1620 if (configList->rootEntry == &rootmenu) in showFullView()