Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.cc119 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()
[all …]
H A Dconf.c48 static struct menu *rootEntry; variable
529 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()
597 rootEntry = menu_get_menu_or_parent_menu(menu); in check_conf()
598 conf(rootEntry); in check_conf()
819 rootEntry = &rootmenu; in main()
H A Dqconf.h103 struct menu *rootEntry; variable