Home
last modified time | relevance | path

Searched refs:rootEntry (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/scripts/kconfig/
Dqconf.cc203 if (sym && list->rootEntry == menu) in updateMenu()
395 rootEntry(0) in ConfigList()
467 if (!rootEntry) in updateList()
470 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
471 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
477 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
478 rootEntry->sym && rootEntry->prompt) { in updateList()
481 item = new ConfigItem(this, last, rootEntry, true); in updateList()
485 updateMenuList(item, rootEntry); in updateList()
490 updateMenuList(this, rootEntry); in updateList()
[all …]
Dconf.c38 static struct menu *rootEntry; variable
460 if (input_mode == ask_silent && rootEntry != menu) { in conf()
520 rootEntry = menu_get_parent_menu(menu); in check_conf()
521 conf(rootEntry); in check_conf()
632 rootEntry = &rootmenu; in main()
644 rootEntry = &rootmenu; in main()
Dqconf.h137 struct menu *rootEntry; variable