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

/macosx-10.9.5/vim-53/src/
H A Dmain.c2439 int input_isatty; /* is active input a terminal? */ local
2441 input_isatty = mch_input_isatty();
2444 if (!input_isatty)
2447 else if (parmp->want_full_screen && (!parmp->stdout_isatty || !input_isatty)
2462 if (netbeans_active() && (!parmp->stdout_isatty || !input_isatty))
2470 if (!input_isatty)

Completed in 53 milliseconds