Home
last modified time | relevance | path

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

/scripts/kconfig/
Dconf.c23 enum input_mode { enum
36 } input_mode = oldaskconfig; variable
99 switch (input_mode) { in conf_askvalue()
298 switch (input_mode) { in conf_choice()
366 if ((input_mode == silentoldconfig || in conf()
367 input_mode == listnewconfig || in conf()
368 input_mode == oldnoconfig) && in conf()
428 if (input_mode == listnewconfig) { in check_conf()
432 } else if (input_mode != oldnoconfig) { in check_conf()
492 input_mode = (enum input_mode)opt; in main()
[all …]