Searched refs:_Tv (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/bnu/ |
H A D | cu.c | 158 static struct termio _Tv, _Tv0; /* for saving, changing TTY atributes */ variable 1145 (void)ioctl(Cn, TCGETA, &_Tv); 1148 _Tv.c_iflag |= IXOFF; 1150 _Tv.c_iflag &= ~IXOFF; 1151 (void)ioctl(Cn, TCSETAW, &_Tv); 1159 (void)ioctl(Cn, TCGETA, &_Tv); 1162 _Tv.c_iflag |= IXON; 1164 _Tv.c_iflag &= ~IXON; 1165 (void)ioctl(Cn, TCSETAW, &_Tv); 1386 (void)ioctl(TTYIN, TCGETA, &_Tv); in _mode() [all …]
|