Searched refs:tiop (Results 1 – 2 of 2) sorted by relevance
279 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) in ssh_tty_make_modes() argument288 if (tiop == NULL) { in ssh_tty_make_modes()298 tio = *tiop; in ssh_tty_make_modes()
2680 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, in client_session2_setup() argument2712 if (tiop == NULL) in client_session2_setup()2713 tiop = get_saved_tio(); in client_session2_setup()2714 ssh_tty_make_modes(ssh, -1, tiop); in client_session2_setup()