Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h344 int channel_tty_open(struct ssh *);
H A Dssh_namespace.h191 #define channel_tty_open Fssh_channel_tty_open macro
H A Dclientloop.c592 if (!channel_tty_open(ssh) || quit_pending) { in obfuscate_keystroke_timing()
H A Dchannels.c938 channel_tty_open(struct ssh *ssh) in channel_tty_open() function