CLOCAL
ip->t.c_cflag = def.c_cflag | (ip->t.c_cflag & CLOCAL);
{ "clocal", CLOCAL, 0 },
{ "-clocal", 0, CLOCAL },
put("-clocal", CLOCAL, 0);
tmode.c_cflag |= CLOCAL;
if (bios->c_cflag & CLOCAL)
bios->c_cflag |= CLOCAL;
tp->t_termios.c_cflag |= CLOCAL;
(tp->t_termios.c_cflag & CLOCAL) == 0) {
ti->c_cflag |= CLOCAL;
to->c_cflag |= CLOCAL;
HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\
if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL))
ntty.c_cflag |= CLOCAL;
new.c_cflag |= (CLOCAL | CREAD);
cntrl.c_cflag |= CLOCAL;
new.c_cflag |= CLOCAL;
term.c_cflag |= CLOCAL;
{ "clocal", CLOCAL, 0 },
{ "-clocal", 0, CLOCAL },
setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL));
setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL));
(CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
(CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
(CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
(CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
(CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
(CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
(CS7 | CREAD | CLOCAL | HUPCL), /* X10 MouseRemote */
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* kidspad etc. */
(CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW;
ios.c_cflag |= CLOCAL;
ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW;
ios.c_cflag |= CLOCAL;
t.c_cflag = CLOCAL | CREAD;