Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconf.c23 enum input_mode { enum
36 } input_mode = oldaskconfig; variable
101 switch (input_mode) { in conf_askvalue()
298 switch (input_mode) { in conf_choice()
365 if ((input_mode == silentoldconfig || in conf()
366 input_mode == listnewconfig || in conf()
367 input_mode == oldnoconfig) && in conf()
426 if (input_mode == listnewconfig) { in check_conf()
430 } else if (input_mode != oldnoconfig) { in check_conf()
470 input_mode = (enum input_mode)opt; in main()
[all …]