Searched refs:rootEntry (Results 1 – 3 of 3) sorted by relevance
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()[all …]
48 static struct menu *rootEntry; variable529 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()597 rootEntry = menu_get_parent_menu(menu); in check_conf()598 conf(rootEntry); in check_conf()816 rootEntry = &rootmenu; in main()
104 struct menu *rootEntry; variable