Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
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