Lines Matching refs:rootEntry
117 if (sym && list->rootEntry == menu) in updateMenu()
306 rootEntry(0), headerPopup(0) in ConfigList()
424 if (!rootEntry) { in updateList()
440 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
441 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
447 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
448 rootEntry->sym && rootEntry->prompt) { in updateList()
451 item = new ConfigItem(this, last, rootEntry, true); in updateList()
455 updateMenuList(item, rootEntry); in updateList()
461 updateMenuList(rootEntry); in updateList()
553 if (rootEntry == menu) in setRootMenu()
559 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()
757 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
818 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1665 if (configList->rootEntry == &rootmenu) in goBack()
1685 if (configList->rootEntry == &rootmenu) in showSingleView()
1704 if (configList->rootEntry == &rootmenu) in showSplitView()
1731 if (configList->rootEntry == &rootmenu) in showFullView()