Searched refs:rootEntry (Results 1 – 3 of 3) sorted by relevance
129 if (sym && list->rootEntry == menu) in updateMenu()310 rootEntry(0), headerPopup(0) in ConfigList()422 if (!rootEntry) { in updateList()439 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()440 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()446 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()447 rootEntry->sym && rootEntry->prompt) { in updateList()450 item = new ConfigItem(this, last, rootEntry, true); in updateList()454 updateMenuList(item, rootEntry); in updateList()460 updateMenuList(this, rootEntry); in updateList()[all …]
44 static struct menu *rootEntry; variable364 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()440 rootEntry = menu_get_parent_menu(menu); in check_conf()441 conf(rootEntry); in check_conf()654 rootEntry = &rootmenu; in main()
117 struct menu *rootEntry; variable