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

/macosx-10.10/OpenSSH-189/openssh/
H A Dserverloop.c104 static int fdin_is_tty = 0; /* fdin points to a tty. */ variable
378 if (!compat20 && program_alive_scheduled && fdin_is_tty) {
494 if (fdin_is_tty && dlen >= 1 && data[0] != '\r' &&
596 fdin_is_tty = 1;

Completed in 138 milliseconds