Home | History | Annotate | Download | only in openssh

Lines Matching refs:tio

1642 	struct termios tio;
1710 if (tcgetattr(c->wfd, &tio) == 0 &&
1711 !(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) {