Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h148 int remote_has_tty; /* remote side has a tty */ member
H A Dchannels.c365 const char *classifier = (c->isatty || c->remote_has_tty) ? in channel_classify()
569 c->remote_has_tty = 1; in channel_set_tty()
1081 c->isatty ? "T" : (c->remote_has_tty ? "RT" : ""), in channel_format_status()