Lines Matching refs:rootEntry
117 if (sym && list->rootEntry == menu) in updateMenu()
305 rootEntry(0), headerPopup(0) in ConfigList()
422 if (!rootEntry) { in updateList()
438 if (rootEntry != &rootmenu && mode == singleMode) { 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); 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()
750 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
804 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1605 if (configList->rootEntry == &rootmenu) in showSingleView()
1624 if (configList->rootEntry == &rootmenu) in showSplitView()
1651 if (configList->rootEntry == &rootmenu) in showFullView()