Searched refs:_Tv0 (Results 1 – 1 of 1) sorted by relevance
158 static struct termio _Tv, _Tv0; /* for saving, changing TTY atributes */ variable462 Saved_tty = ( ioctl(TTYIN, TCGETA, &_Tv0) == 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];1377 _Tv0.c_lflag = _Tv0s.c_lflag; in _mode()1378 _Tv0.c_oflag = _Tv0s.c_oflag; in _mode()1379 _Tv0.c_iflag = _Tv0s.c_iflag; in _mode()[all …]