Home
last modified time | relevance | path

Searched refs:_Lvs (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/bnu/
H A Dcu.c161 static struct termios _Lvs; /* attributes for the line to remote */ variable
810 if (ioctl (Cn, TCGETS, &_Lvs) < 0) {
817 _Lvs.c_cflag &= 0xffff0000;
818 cfsetospeed(&_Lvs, B0);
819 (void) ioctl (Cn, TCSETSW, &_Lvs);