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

/linux-master/scripts/kconfig/
H A Dqconf.cc116 if (sym && list->rootEntry == menu)
305 rootEntry(0), headerPopup(0)
423 if (!rootEntry) {
439 if (rootEntry != &rootmenu && (mode == singleMode ||
440 (mode == symbolMode && rootEntry->parent != &rootmenu))) {
446 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) &&
447 rootEntry->sym && rootEntry->prompt) {
450 item = new ConfigItem(this, last, rootEntry, true);
454 updateMenuList(item, rootEntry);
[all...]
H A Dconf.c48 static struct menu *rootEntry; variable in typeref:struct:menu
579 if (input_mode != oldaskconfig && rootEntry != menu) {
652 rootEntry = menu_get_parent_menu(menu);
653 conf(rootEntry);
872 rootEntry = &rootmenu;
H A Dqconf.h104 struct menu *rootEntry; member in class:ConfigList

Completed in 96 milliseconds