Searched refs:_Tv0s (Results 1 – 1 of 1) sorted by relevance
159 static struct termios _Tv0s; /* for saving, changing TTY atributes */ variable461 if (!(Saved_termios = ( ioctl(TTYIN, TCGETS, &_Tv0s) >= 0 ))) {463 _Tv0s.c_lflag = _Tv0.c_lflag;464 _Tv0s.c_oflag = _Tv0.c_oflag;465 _Tv0s.c_iflag = _Tv0.c_iflag;466 _Tv0s.c_cflag = _Tv0.c_cflag;468 _Tv0s.c_cc[i] = _Tv0.c_cc[i];481 term_8bit = ( (_Tv0s.c_cflag & CS8) && !(_Tv0s.c_iflag & ISTRIP) &&484 if (_Tv0s.c_cflag & PARENB)485 if (_Tv0s.c_cflag & PARODD)[all …]