HUPCL
{ "hupcl", HUPCL, 0 },
{ "-hupcl", 0, HUPCL },
{ "hup", HUPCL, 0 },
{ "-hup", 0, HUPCL },
put("-hupcl", HUPCL, 1);
termbuf.c_cflag = EXTB|HUPCL|CS8;
SET(cflag, HUPCL);
CLR(cflag, HUPCL);
if (bios->c_cflag & HUPCL)
bios->c_cflag |= HUPCL;
if (tp->t_termios.c_cflag & HUPCL) {
HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\
if ((cflag&HUPCL) == 0)
cflag &= ~HUPCL;
cflag |= HUPCL;
#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
cntrl.c_cflag |= HUPCL;
cntrl.c_cflag |= HUPCL;
cntrl.c_cflag |= HUPCL;
cntrl.c_cflag |= HUPCL;
cntrl.c_cflag |= HUPCL;
term.c_cflag |= HUPCL;
cntrl.c_cflag |= HUPCL;
cntrl.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 */
(CS8 | CREAD | HUPCL ), /* GTCO Digi-Pad */
ios.c_cflag |= HUPCL;
ios.c_cflag |= HUPCL;