Searched refs:rootEntry (Results 1 – 3 of 3) sorted by relevance
114 if (sym && list->rootEntry == menu) in updateMenu()302 rootEntry(0), headerPopup(0) in ConfigList()419 if (!rootEntry) { in updateList()435 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()436 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()442 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()443 rootEntry->sym && rootEntry->prompt) { in updateList()446 item = new ConfigItem(this, last, rootEntry, true); in updateList()450 updateMenuList(item, rootEntry); in updateList()456 updateMenuList(rootEntry); in updateList()[all …]
47 static struct menu *rootEntry; variable367 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()448 rootEntry = menu_get_parent_menu(menu); in check_conf()449 conf(rootEntry); in check_conf()680 rootEntry = &rootmenu; in main()
104 struct menu *rootEntry; variable