Lines Matching refs:rootEntry
121 if (sym && list->rootEntry == menu) in updateMenu()
319 rootEntry(0), headerPopup(0) in ConfigList()
436 if (!rootEntry) { in updateList()
452 if (rootEntry != &rootmenu && mode == singleMode) { in updateList()
458 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
459 rootEntry->sym && rootEntry->prompt) { in updateList()
462 item = new ConfigItem(this, last, rootEntry); in updateList()
466 updateMenuList(item, rootEntry); in updateList()
472 updateMenuList(rootEntry); in updateList()
564 if (rootEntry == menu) in setRootMenu()
570 rootEntry = menu; in setRootMenu()
583 oldroot = rootEntry; in setParentMenu()
584 if (rootEntry == &rootmenu) in setParentMenu()
586 setRootMenu(menu_get_menu_or_parent_menu(rootEntry->parent)); in setParentMenu()
764 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
818 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1619 if (configList->rootEntry == &rootmenu) in showSingleView()
1638 if (configList->rootEntry == &rootmenu) in showSplitView()
1665 if (configList->rootEntry == &rootmenu) in showFullView()