Home | History | Annotate | Download | only in openssh

Lines Matching refs:tio

467 	struct termios tio;
489 tcgetattr(fdin, &tio) == 0 &&
490 !(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) {