Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dqconf.cc117 if (sym && list->rootEntry == menu) in updateMenu()
305 rootEntry(0), headerPopup(0) in ConfigList()
422 if (!rootEntry) { in updateList()
445 rootEntry->sym && rootEntry->prompt) { in updateList()
452 updateMenuList(item, rootEntry); in updateList()
458 updateMenuList(rootEntry); in updateList()
550 if (rootEntry == menu) in setRootMenu()
556 rootEntry = menu; in setRootMenu()
569 oldroot = rootEntry; in setParentMenu()
570 if (rootEntry == &rootmenu) in setParentMenu()
[all …]
H A Dconf.c48 static struct menu *rootEntry; variable
529 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()
597 rootEntry = menu_get_parent_menu(menu); in check_conf()
598 conf(rootEntry); in check_conf()
819 rootEntry = &rootmenu; in main()
H A Dqconf.h102 struct menu *rootEntry; variable