Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmain.c2654 int input_isatty; // is active input a terminal? in check_tty() local
2656 input_isatty = mch_input_isatty(); in check_tty()
2659 if (!input_isatty) in check_tty()
2662 else if (parmp->want_full_screen && (!stdout_isatty || !input_isatty) in check_tty()
2677 if (netbeans_active() && (!stdout_isatty || !input_isatty)) in check_tty()
2711 if (!input_isatty) in check_tty()
2714 if (parmp->tty_fail && (!stdout_isatty || !input_isatty)) in check_tty()