Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c41 static int tty_stdio; variable
114 if (!tty_stdio) in conf_askvalue()
503 tty_stdio = isatty(0) && isatty(1) && isatty(2); in main()
645 valid_stdin = tty_stdio; in main()