Lines Matching refs:rootEntry
114 if (sym && list->rootEntry == menu) in updateMenu()
303 rootEntry(0), headerPopup(0) in ConfigList()
421 if (!rootEntry) { in updateList()
437 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
438 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
444 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
445 rootEntry->sym && rootEntry->prompt) { in updateList()
448 item = new ConfigItem(this, last, rootEntry, true); in updateList()
452 updateMenuList(item, rootEntry); in updateList()
458 updateMenuList(rootEntry); in updateList()
550 if (rootEntry == menu) in setRootMenu()
556 rootEntry = menu; in setRootMenu()
569 oldroot = rootEntry; in setParentMenu()
570 if (rootEntry == &rootmenu) in setParentMenu()
572 setRootMenu(menu_get_parent_menu(rootEntry->parent)); in setParentMenu()
754 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
815 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1671 if (configList->rootEntry == &rootmenu) in goBack()
1691 if (configList->rootEntry == &rootmenu) in showSingleView()
1710 if (configList->rootEntry == &rootmenu) in showSplitView()
1737 if (configList->rootEntry == &rootmenu) in showFullView()