Searched refs:_Lvs (Results 1 – 1 of 1) sorted by relevance
161 static struct termios _Lvs; /* attributes for the line to remote */ variable810 if (ioctl (Cn, TCGETS, &_Lvs) < 0) {817 _Lvs.c_cflag &= 0xffff0000;818 cfsetospeed(&_Lvs, B0);819 (void) ioctl (Cn, TCSETSW, &_Lvs);