Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h88 int wfd_isatty; /* wfd is a tty */ member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c193 c->wfd_isatty = isatty(c->wfd); in channel_register_fds()
1429 if (compat20 && c->wfd_isatty && dlen > 8*1024) in channel_handle_wfd()