Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dline.c123 struct termio ttbuf; local
236 struct termio ttbuf; local
240 if (!(ttbuf.c_cflag & HUPCL)) {
241 ttbuf.c_cflag |= HUPCL;
398 struct termio ttbuf; local
446 struct termio ttbuf; local
451 ttbuf.c_cflag &= ~CLOCAL;
452 ttbuf.c_cflag |= CREAD|HUPCL;
490 struct sgttyb ttbuf; local
506 ttbuf.sg_ispeed = ttbuf.sg_ospeed = speed;
[all …]
H A Dfio.c106 static struct termio ttbuf; variable
108 static struct sgttyb ttbuf; variable
124 save_ttbuf = ttbuf; in fturnon()
125 ioctl(Ifn, TCGETA, &ttbuf); in fturnon()
126 ttbuf.c_iflag = IXOFF|IXON|ISTRIP; in fturnon()
128 ttbuf.c_cc[VTIME] = 5; in fturnon()
129 ret = ioctl(Ifn, TCSETA, &ttbuf); in fturnon()
131 ttbuf = save_ttbuf; in fturnon()
136 save_ttbuf = ttbuf; in fturnon()
140 ttbuf = save_ttbuf; in fturnon()
[all …]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c108 struct termio ttbuf; in fixline() local
118 ttbufs.c_lflag = ttbuf.c_lflag; in fixline()
119 ttbufs.c_oflag = ttbuf.c_oflag; in fixline()
120 ttbufs.c_iflag = ttbuf.c_iflag; in fixline()
121 ttbufs.c_cflag = ttbuf.c_cflag; in fixline()
197 ttbuf.c_lflag = ttbufs.c_lflag; in fixline()
198 ttbuf.c_oflag = ttbufs.c_oflag; in fixline()
199 ttbuf.c_iflag = ttbufs.c_iflag; in fixline()
214 struct termio ttbuf; in sethup() local
218 if (!(ttbuf.c_cflag & HUPCL)) { in sethup()
[all …]