Lines Matching refs:rootEntry
129 if (sym && list->rootEntry == menu) in updateMenu()
310 rootEntry(0), headerPopup(0) in ConfigList()
422 if (!rootEntry) { in updateList()
439 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
440 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
446 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
447 rootEntry->sym && rootEntry->prompt) { in updateList()
450 item = new ConfigItem(this, last, rootEntry, true); in updateList()
454 updateMenuList(item, rootEntry); in updateList()
460 updateMenuList(this, rootEntry); in updateList()
533 if (rootEntry == menu) in setRootMenu()
539 rootEntry = menu; in setRootMenu()
552 oldroot = rootEntry; in setParentMenu()
553 if (rootEntry == &rootmenu) in setParentMenu()
555 setRootMenu(menu_get_parent_menu(rootEntry->parent)); in setParentMenu()
737 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
795 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1588 if (configList->rootEntry->parent == &rootmenu) in changeMenu()
1657 if (configList->rootEntry == &rootmenu) in goBack()
1666 if (item->menu == configList->rootEntry) { in goBack()
1687 if (configList->rootEntry == &rootmenu) in showSingleView()
1704 if (configList->rootEntry == &rootmenu) in showSplitView()
1729 if (configList->rootEntry == &rootmenu) in showFullView()