Home
last modified time | relevance | path

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

/external/openssh/
Dserverloop.c104 static int fdin_is_tty = 0; /* fdin points to a tty. */ variable
379 if (!compat20 && program_alive_scheduled && fdin_is_tty) { in wait_until_can_do_something()
495 if (fdin_is_tty && dlen >= 1 && data[0] != '\r' && in process_output()
597 fdin_is_tty = 1; in server_loop()