Home
last modified time | relevance | path

Searched refs:tiop (Results 1 – 2 of 2) sorted by path

/freebsd/crypto/openssh/
H A Dclientloop.c2716 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, in client_session2_setup() argument
2748 if (tiop == NULL) in client_session2_setup()
2749 tiop = get_saved_tio(); in client_session2_setup()
2750 ssh_tty_make_modes(ssh, -1, tiop); in client_session2_setup()
H A Dttymodes.c279 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) in ssh_tty_make_modes() argument
288 if (tiop == NULL) { in ssh_tty_make_modes()
298 tio = *tiop; in ssh_tty_make_modes()