Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h110 int wfd_isatty; /* wfd is a tty */ member
Dchannels.c286 c->wfd_isatty = is_tty || isatty(c->wfd); in channel_register_fds()
1823 if (compat20 && c->wfd_isatty)