Lines Matching refs:rootEntry
119 if (sym && list->rootEntry == menu) in updateMenu()
317 rootEntry(0), headerPopup(0) in ConfigList()
434 if (!rootEntry) { in updateList()
450 if (rootEntry != &rootmenu && mode == singleMode) { in updateList()
456 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
457 rootEntry->sym && rootEntry->prompt) { in updateList()
460 item = new ConfigItem(this, last, rootEntry); in updateList()
464 updateMenuList(item, rootEntry); in updateList()
470 updateMenuList(rootEntry); in updateList()
562 if (rootEntry == menu) in setRootMenu()
568 rootEntry = menu; in setRootMenu()
581 oldroot = rootEntry; in setParentMenu()
582 if (rootEntry == &rootmenu) in setParentMenu()
584 setRootMenu(menu_get_menu_or_parent_menu(rootEntry->parent)); in setParentMenu()
762 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
816 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
1631 if (configList->rootEntry == &rootmenu) in showSingleView()
1650 if (configList->rootEntry == &rootmenu) in showSplitView()
1677 if (configList->rootEntry == &rootmenu) in showFullView()