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

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c108 static struct termio ttbuf; variable in typeref:struct:termio
110 static struct sgttyb ttbuf; variable in typeref:struct:sgttyb
124 if (ioctl(Ifn, TCGETA, &ttbuf) >= 0) {
126 save_ttbuf = ttbuf;
127 ioctl(Ifn, TCGETA, &ttbuf);
128 ttbuf.c_iflag = IXOFF|IXON|ISTRIP;
129 ttbuf.c_cc[VMIN] = FIBUFSIZ > 64 ? 64 : FIBUFSIZ;
130 ttbuf.c_cc[VTIME] = 5;
131 ret = ioctl(Ifn, TCSETA, &ttbuf);
133 ttbuf
[all...]
H A Dline.c122 struct termio ttbuf; local
130 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) {
133 ttbufs.c_lflag = ttbuf.c_lflag;
134 ttbufs.c_oflag = ttbuf.c_oflag;
135 ttbufs.c_iflag = ttbuf.c_iflag;
136 ttbufs.c_cflag = ttbuf.c_cflag;
138 ttbufs.c_cc[i] = ttbuf.c_cc[i];
217 ttbuf.c_lflag = ttbufs.c_lflag;
218 ttbuf.c_oflag = ttbufs.c_oflag;
219 ttbuf
235 struct termio ttbuf; local
397 struct termio ttbuf; local
445 struct termio ttbuf; local
489 struct sgttyb ttbuf; local
[all...]

Completed in 1698 milliseconds