Searched refs:rootEntry (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | qconf.cc | 138 if (sym && list->rootEntry == menu) in updateMenu() 319 rootEntry(0), headerPopup(0) in ConfigList() 431 if (!rootEntry) { in updateList() 448 if (rootEntry != &rootmenu && (mode == singleMode || in updateList() 449 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList() 455 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList() 456 rootEntry->sym && rootEntry->prompt) { in updateList() 459 item = new ConfigItem(this, last, rootEntry, true); in updateList() 463 updateMenuList(item, rootEntry); in updateList() 469 updateMenuList(this, rootEntry); in updateList() [all …]
|
| H A D | conf.c | 46 static struct menu *rootEntry; variable 374 rootEntry != menu) { in conf() 440 rootEntry = menu_get_parent_menu(menu); in check_conf() 441 conf(rootEntry); in check_conf() 671 rootEntry = &rootmenu; in main()
|
| H A D | qconf.h | 117 struct menu *rootEntry; variable
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | qconf.cc | 138 if (sym && list->rootEntry == menu) in updateMenu() 319 rootEntry(0), headerPopup(0) in ConfigList() 431 if (!rootEntry) { in updateList() 448 if (rootEntry != &rootmenu && (mode == singleMode || in updateList() 449 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList() 455 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList() 456 rootEntry->sym && rootEntry->prompt) { in updateList() 459 item = new ConfigItem(this, last, rootEntry, true); in updateList() 463 updateMenuList(item, rootEntry); in updateList() 469 updateMenuList(this, rootEntry); in updateList() [all …]
|
| H A D | conf.c | 45 static struct menu *rootEntry; variable 365 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 441 rootEntry = menu_get_parent_menu(menu); in check_conf() 442 conf(rootEntry); in check_conf() 673 rootEntry = &rootmenu; in main()
|
| H A D | qconf.h | 117 struct menu *rootEntry; variable
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | qconf.cc | 114 if (sym && list->rootEntry == menu) in updateMenu() 302 rootEntry(0), headerPopup(0) in ConfigList() 419 if (!rootEntry) { in updateList() 435 if (rootEntry != &rootmenu && (mode == singleMode || in updateList() 436 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList() 442 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList() 443 rootEntry->sym && rootEntry->prompt) { in updateList() 446 item = new ConfigItem(this, last, rootEntry, true); in updateList() 450 updateMenuList(item, rootEntry); in updateList() 456 updateMenuList(rootEntry); in updateList() [all …]
|
| H A D | conf.c | 47 static struct menu *rootEntry; variable 367 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 448 rootEntry = menu_get_parent_menu(menu); in check_conf() 449 conf(rootEntry); in check_conf() 680 rootEntry = &rootmenu; in main()
|
| H A D | qconf.h | 104 struct menu *rootEntry; variable
|