Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.h99 void tty_make_modes(int, struct termios *);
Dttymodes.c281 tty_make_modes(int fd, struct termios *tiop) in tty_make_modes() function
Dssh.c1212 tty_make_modes(fileno(stdin), NULL); in ssh_session()
Dclientloop.c2018 tty_make_modes(-1, tiop); in client_session2_setup()