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

/freebsd-10.1-release/crypto/openssh/
H A Dserverloop.c105 static int fdin_is_tty = 0; /* fdin points to a tty. */ variable
380 if (!compat20 && program_alive_scheduled && fdin_is_tty) {
496 if (fdin_is_tty && dlen >= 1 && data[0] != '\r' &&
598 fdin_is_tty = 1;

Completed in 47 milliseconds