HUPCL
{ "hupcl", HUPCL, 0 },
{ "-hupcl", 0, HUPCL },
{ "hup", HUPCL, 0 },
{ "-hup", 0, HUPCL },
put("-hupcl", HUPCL, 1);
#ifdef HUPCL
{"hupcl", HUPCL, MD_CTL},
SET(cflag, HUPCL);
CLR(cflag, HUPCL);
tty.c_cflag &= ~HUPCL;
t->c_cflag &= ~HUPCL;
if ((tp->t_cflag & HUPCL)
int zs_def_cflag = (CREAD | CS8 | HUPCL);
CLR(t->c_cflag, HUPCL);
((TTYDEF_CFLAG & ~(CSIZE | PARENB))|CREAD | CS8 | HUPCL))) {
t.c_cflag = CREAD | CS8 | HUPCL;
if (tp->t_cflag & HUPCL) {
if (tp->t_cflag & HUPCL) {
cflag &= ~HUPCL;
int zs_def_cflag = (CREAD | CS8 | HUPCL);
if (ISSET(tp->t_cflag, HUPCL) &&
if (ISSET(tp->t_cflag, HUPCL) &&
if (ISSET(tp->t_cflag, HUPCL) || ISSET(tp->t_state, TS_WOPEN)) {
CLR(cflag, HUPCL);
CLR(cflag, HUPCL);
if (ISSET(tp->t_cflag, HUPCL)) {
if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) {
if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) {
if (ISSET(tp->t_cflag, HUPCL)) {
CLR(t->c_cflag, HUPCL);
#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
tio.c_cflag = CREAD|CS8|HUPCL;
{ "hupcl", HUPCL, 0 },
{ "-hupcl", 0, HUPCL },
{ "hup", HUPCL, 0 },
{ "-hup", 0, HUPCL },
{ "hupcl", HUPCL, 0 },
{ "-hupcl", 0, HUPCL },
{ "hup", HUPCL, 0 },
{ "-hup", 0, HUPCL },
tios.c_cflag |= CS8 | CREAD | HUPCL;
(CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
SetMouseSpeed(1200, (CS7 | CREAD | CLOCAL | HUPCL));
SetMouseSpeed(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 */