Symbol: HUPCL
bin/stty/modes.c
73
{ "hupcl", HUPCL, 0 },
bin/stty/modes.c
74
{ "-hupcl", 0, HUPCL },
bin/stty/modes.c
75
{ "hup", HUPCL, 0 },
bin/stty/modes.c
76
{ "-hup", 0, HUPCL },
bin/stty/print.c
163
put("-hupcl", HUPCL, 1);
lib/libedit/tty.c
276
#ifdef HUPCL
lib/libedit/tty.c
277
{"hupcl", HUPCL, MD_CTL},
libexec/getty/subr.c
240
SET(cflag, HUPCL);
libexec/getty/subr.c
242
CLR(cflag, HUPCL);
sbin/ldattach/ldattach.c
254
tty.c_cflag &= ~HUPCL;
sys/arch/luna88k/dev/siotty.c
367
t->c_cflag &= ~HUPCL;
sys/arch/luna88k/dev/siotty.c
520
if ((tp->t_cflag & HUPCL)
sys/arch/macppc/dev/zs.c
76
int zs_def_cflag = (CREAD | CS8 | HUPCL);
sys/arch/sh/dev/scif.c
554
CLR(t->c_cflag, HUPCL);
sys/arch/sparc64/dev/com_ebus.c
207
((TTYDEF_CFLAG & ~(CSIZE | PARENB))|CREAD | CS8 | HUPCL))) {
sys/arch/sparc64/dev/sab.c
443
t.c_cflag = CREAD | CS8 | HUPCL;
sys/arch/sparc64/dev/sab.c
731
if (tp->t_cflag & HUPCL) {
sys/arch/sparc64/dev/sab.c
767
if (tp->t_cflag & HUPCL) {
sys/arch/sparc64/dev/sab.c
990
cflag &= ~HUPCL;
sys/arch/sparc64/dev/zs.c
75
int zs_def_cflag = (CREAD | CS8 | HUPCL);
sys/dev/ic/com.c
481
if (ISSET(tp->t_cflag, HUPCL) &&
sys/dev/ic/cy.c
405
if (ISSET(tp->t_cflag, HUPCL) &&
sys/dev/ic/z8530tty.c
429
if (ISSET(tp->t_cflag, HUPCL) || ISSET(tp->t_state, TS_WOPEN)) {
sys/dev/ic/z8530tty.c
915
CLR(cflag, HUPCL);
sys/dev/pci/cz.c
1323
CLR(cflag, HUPCL);
sys/dev/pci/cz.c
912
if (ISSET(tp->t_cflag, HUPCL)) {
sys/dev/sbus/magma.c
937
if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) {
sys/dev/sbus/spif.c
421
if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) {
sys/dev/usb/ucom.c
307
if (ISSET(tp->t_cflag, HUPCL)) {
sys/dev/usb/ucom.c
901
CLR(t->c_cflag, HUPCL);
sys/sys/ttydefaults.h
52
#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
usr.bin/tmux/client.c
349
tio.c_cflag = CREAD|CS8|HUPCL;
usr.sbin/lpd/lp_stty.c
315
{ "hupcl", HUPCL, 0 },
usr.sbin/lpd/lp_stty.c
316
{ "-hupcl", 0, HUPCL },
usr.sbin/lpd/lp_stty.c
317
{ "hup", HUPCL, 0 },
usr.sbin/lpd/lp_stty.c
318
{ "-hup", 0, HUPCL },
usr.sbin/lpr/lpd/modes.c
70
{ "hupcl", HUPCL, 0 },
usr.sbin/lpr/lpd/modes.c
71
{ "-hupcl", 0, HUPCL },
usr.sbin/lpr/lpd/modes.c
72
{ "hup", HUPCL, 0 },
usr.sbin/lpr/lpd/modes.c
73
{ "-hup", 0, HUPCL },
usr.sbin/pppd/sys-bsd.c
427
tios.c_cflag |= CS8 | CREAD | HUPCL;
usr.sbin/wsmoused/mouse_protocols.c
100
(CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
usr.sbin/wsmoused/mouse_protocols.c
300
SetMouseSpeed(1200, (CS7 | CREAD | CLOCAL | HUPCL));
usr.sbin/wsmoused/mouse_protocols.c
334
SetMouseSpeed(1200, (CS7 | CREAD | CLOCAL | HUPCL));
usr.sbin/wsmoused/mouse_protocols.c
92
(CS7 | CREAD | CLOCAL | HUPCL), /* Microsoft */
usr.sbin/wsmoused/mouse_protocols.c
93
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
usr.sbin/wsmoused/mouse_protocols.c
94
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
usr.sbin/wsmoused/mouse_protocols.c
95
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
usr.sbin/wsmoused/mouse_protocols.c
96
(CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
usr.sbin/wsmoused/mouse_protocols.c
97
(CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
usr.sbin/wsmoused/mouse_protocols.c
98
(CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
usr.sbin/wsmoused/mouse_protocols.c
99
(CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */