HUPCL
{ "hupcl", HUPCL, 0 },
{ "-hupcl", 0, HUPCL },
{ "hup", HUPCL, 0 },
{ "-hup", 0, HUPCL },
put("-hupcl", HUPCL, 1);
SET(cflag, HUPCL);
CLR(cflag, HUPCL);
int modem_control = HUPCL; /* !CLOCAL+HUPCL iff we watch carrier. */
t.c_cflag |= HUPCL;
t.c_cflag &= ~(HUPCL);
if (tp->t_termios.c_cflag & HUPCL) {
if (tp->t_cflag & HUPCL
SET(tp->t_cflag, HUPCL);
#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
term.c_cflag |= HUPCL;
t.c_cflag |= HUPCL;
ctermios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
termios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
wwwintty.ww_termios.c_cflag |= HUPCL;
{ "hupcl", HUPCL, 0 },
{ "-hupcl", 0, HUPCL },
{ "hup", HUPCL, 0 },
{ "-hup", 0, HUPCL },
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 |= HUPCL;
ios.c_cflag |= HUPCL;