| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 24 oldaskconfig, enumerator 40 static enum input_mode input_mode = oldaskconfig; 111 case oldaskconfig: in conf_askvalue() 305 case oldaskconfig: in conf_choice() 367 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 459 {"oldaskconfig", no_argument, NULL, oldaskconfig}, 553 case oldaskconfig: in main() 593 case oldaskconfig: in main() 679 case oldaskconfig: in main()
|
| H A D | Makefile | 32 $(Q)$< $(silent) --oldaskconfig $(Kconfig)
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | conf.c | 25 oldaskconfig, enumerator 38 static enum input_mode input_mode = oldaskconfig; 109 case oldaskconfig: in conf_askvalue() 303 case oldaskconfig: in conf_choice() 365 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 452 {"oldaskconfig", no_argument, NULL, oldaskconfig}, 546 case oldaskconfig: in main() 596 case oldaskconfig: in main() 672 case oldaskconfig: in main()
|
| H A D | Makefile | 38 $< $(silent) --oldaskconfig $(Kconfig)
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 26 oldaskconfig, enumerator 38 } input_mode = oldaskconfig; 111 case oldaskconfig: in conf_askvalue() 313 case oldaskconfig: in conf_choice() 451 {"oldaskconfig", no_argument, NULL, oldaskconfig}, 544 case oldaskconfig: in main() 593 case oldaskconfig: in main() 670 case oldaskconfig: in main()
|
| H A D | Makefile | 40 $< $(silent) --oldaskconfig $(Kconfig)
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/choice/ |
| H A D | __init__.py | 15 assert conf.oldaskconfig() == 0 20 assert conf.oldaskconfig('oldask1_config') == 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/circular_expansion/ |
| H A D | __init__.py | 10 assert conf.oldaskconfig() != 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/variable/ |
| H A D | __init__.py | 7 assert conf.oldaskconfig() == 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/auto_submenu/ |
| H A D | __init__.py | 12 assert conf.oldaskconfig() == 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/err_recursive_inc/ |
| H A D | __init__.py | 10 assert conf.oldaskconfig() != 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/ |
| H A D | __init__.py | 7 assert conf.oldaskconfig() == 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/no_write_if_dep_unmet/ |
| H A D | __init__.py | 19 assert conf.oldaskconfig('config', 'n') == 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | __init__.py | 9 assert conf.oldaskconfig() == 1
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/choice_value_with_m_dep/ |
| H A D | __init__.py | 14 assert conf.oldaskconfig('config', 'y') == 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/builtin_func/ |
| H A D | __init__.py | 7 assert conf.oldaskconfig() == 0
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | conftest.py | 116 def oldaskconfig(self, dot_config=None, in_keys=None): member in Conf
|