Symbol: HUPCL
bin/stty/modes.c
71
{ "hupcl", HUPCL, 0 },
bin/stty/modes.c
72
{ "-hupcl", 0, HUPCL },
bin/stty/modes.c
73
{ "hup", HUPCL, 0 },
bin/stty/modes.c
74
{ "-hup", 0, HUPCL },
bin/stty/print.c
158
put("-hupcl", HUPCL, 1);
libexec/getty/subr.c
297
SET(cflag, HUPCL);
libexec/getty/subr.c
299
CLR(cflag, HUPCL);
sbin/slattach/slattach.c
74
int modem_control = HUPCL; /* !CLOCAL+HUPCL iff we watch carrier. */
sbin/startslip/startslip.c
329
t.c_cflag |= HUPCL;
sbin/startslip/startslip.c
331
t.c_cflag &= ~(HUPCL);
sys/bus/u4b/serial/usb_serial.c
694
if (tp->t_termios.c_cflag & HUPCL) {
sys/dev/serial/sio/sio.c
1512
if (tp->t_cflag & HUPCL
sys/kern/tty.c
1019
SET(tp->t_cflag, HUPCL);
sys/sys/ttydefaults.h
54
#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
usr.bin/tip/acucommon.c
101
term.c_cflag |= HUPCL;
usr.bin/tip/hunt.c
90
t.c_cflag |= HUPCL;
usr.bin/tip/tip.c
200
ctermios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
usr.bin/tip/tip.c
539
termios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
usr.bin/window/wwinit.c
105
wwwintty.ww_termios.c_cflag |= HUPCL;
usr.sbin/lpr/lpd/modes.c
71
{ "hupcl", HUPCL, 0 },
usr.sbin/lpr/lpd/modes.c
72
{ "-hupcl", 0, HUPCL },
usr.sbin/lpr/lpd/modes.c
73
{ "hup", HUPCL, 0 },
usr.sbin/lpr/lpd/modes.c
74
{ "-hup", 0, HUPCL },
usr.sbin/moused/moused.c
2605
setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL));
usr.sbin/moused/moused.c
2671
setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL));
usr.sbin/moused/moused.c
352
(CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
usr.sbin/moused/moused.c
353
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
usr.sbin/moused/moused.c
354
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
usr.sbin/moused/moused.c
355
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
usr.sbin/moused/moused.c
356
(CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
usr.sbin/moused/moused.c
360
(CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
usr.sbin/moused/moused.c
361
(CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
usr.sbin/moused/moused.c
362
(CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
usr.sbin/moused/moused.c
363
(CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
usr.sbin/moused/moused.c
364
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
usr.sbin/moused/moused.c
365
(CS7 | CREAD | CLOCAL | HUPCL), /* X10 MouseRemote */
usr.sbin/moused/moused.c
366
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* kidspad etc. */
usr.sbin/moused/moused.c
367
(CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */
usr.sbin/moused/moused.c
370
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
usr.sbin/ppp/tty.c
465
ios.c_cflag |= HUPCL;
usr.sbin/ppp/tty.c
724
ios.c_cflag |= HUPCL;