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

/osnet-11/usr/src/lib/libnsl/dial/
H A Dline.c112 struct termio ttbuf; local
120 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0)
122 ttbufs.c_lflag = ttbuf.c_lflag;
123 ttbufs.c_oflag = ttbuf.c_oflag;
124 ttbufs.c_iflag = ttbuf.c_iflag;
125 ttbufs.c_cflag = ttbuf.c_cflag;
127 ttbufs.c_cc[i] = ttbuf.c_cc[i];
201 ttbuf.c_lflag = ttbufs.c_lflag;
202 ttbuf.c_oflag = ttbufs.c_oflag;
203 ttbuf
218 struct termio ttbuf; local
[all...]

Completed in 14 milliseconds