Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c109 struct termios ttbufs; in fixline() local
152 ttbufs.c_cflag &= ~CLOCAL; in fixline()
160 ttbufs.c_cflag |= CS8; in fixline()
161 ttbufs.c_iflag &= ~ISTRIP; in fixline()
163 ttbufs.c_cflag |= CS7; in fixline()
164 ttbufs.c_iflag |= ISTRIP; in fixline()
167 ttbufs.c_cc[VEOF] = '\1'; in fixline()
175 ttbufs.c_cflag |= PARENB; in fixline()
181 ttbufs.c_cflag |= PARODD; in fixline()
182 ttbufs.c_cflag |= PARENB; in fixline()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dline.c124 struct termios ttbufs; local
180 ttbufs.c_cflag |= CLOCAL;
183 ttbufs.c_cflag &= ~CLOCAL;
190 ttbufs.c_cc[VEOF] = '\1';
194 ttbufs.c_cflag |= CS8;
195 ttbufs.c_iflag &= ~ISTRIP;
203 ttbufs.c_iflag |= ISTRIP;
214 ttbufs.c_cc[VTIME] = 1;
399 struct termios ttbufs; local
427 ttbufs.c_cc[VMIN] = 6;
[all …]