CLOCAL
ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & CLOCAL);
{ "clocal", CLOCAL, 0 },
{ "-clocal", 0, CLOCAL },
put("-clocal", CLOCAL, 0);
ntty.c_cflag |= CLOCAL;
tmode.c_cflag |= CLOCAL;
modem_control = CLOCAL; /* clear HUPCL too */
else if (!(modem_control & CLOCAL)) {
setup_line(CLOCAL);
if (!(modem_control & CLOCAL)) {
tty.c_cflag &= ~CLOCAL;
if (!(modem_control & CLOCAL)) {
if (modem_control & CLOCAL)
t.c_cflag |= CLOCAL; /* until modem commands passes */
t.c_cflag &= ~(CLOCAL);
tp->t_cflag = TTYDEF_CFLAG|CLOCAL;
com->it_in.c_cflag = TTYDEF_CFLAG | CLOCAL;
com->lt_out.c_cflag = com->lt_in.c_cflag = CLOCAL;
&& !(tp->t_cflag & CLOCAL) && !(ap->a_oflags & O_NONBLOCK)) {
&& !(com->it_in.c_cflag & CLOCAL))
com->it_in.c_cflag = TTYDEF_CFLAG | CLOCAL;
com->lt_out.c_cflag = com->lt_in.c_cflag = CLOCAL;
if (ISSET(t->c_cflag, CLOCAL) &&
!ISSET(tp->t_cflag, CLOCAL)) {
ISSET(t->c_cflag, CLOCAL)) &&
!ISSET(tp->t_cflag, CLOCAL)) {
if (ISSET(tp->t_cflag, CLOCAL)) {
ctermios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
termios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
t.c_cflag |= CLOCAL;
t.c_cflag &= ~CLOCAL;
mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
wwwintty.ww_termios.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;