Searched refs:_Tv0 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c156 static int Saved_tty; /* was TCGETAW of _Tv0 successful? */
157 static int Saved_termios; /* was TCGETSW of _Tv0 successful? */
158 static struct termio _Tv, _Tv0; /* for saving, changing TTY atributes */ variable in typeref:struct:
462 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
[all...]

Completed in 108 milliseconds