Home
last modified time | relevance | path

Searched refs:HUPCL (Results 1 – 22 of 22) sorted by relevance

/dragonfly/usr.sbin/lpr/lpd/
H A Dmodes.c71 { "hupcl", HUPCL, 0 },
72 { "-hupcl", 0, HUPCL },
73 { "hup", HUPCL, 0 },
74 { "-hup", 0, HUPCL },
/dragonfly/bin/stty/
H A Dmodes.c71 { "hupcl", HUPCL, 0 },
72 { "-hupcl", 0, HUPCL },
73 { "hup", HUPCL, 0 },
74 { "-hup", 0, HUPCL },
H A Dprint.c158 put("-hupcl", HUPCL, 1); in print()
/dragonfly/usr.sbin/moused/
H A Dmoused.c352 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
353 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
354 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
356 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
360 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
361 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
364 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
367 (CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */
370 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
2605 setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL)); in pnpwakeup1()
[all …]
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c143 DATA(HUPCL), in _nc_trace_ttymode()
147 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/dragonfly/usr.bin/tip/
H A Dacucommon.c101 term.c_cflag |= HUPCL; in acu_hupcl()
H A Dhunt.c90 t.c_cflag |= HUPCL; in hunt()
H A Dtip.c200 ctermios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8); in main()
539 termios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8); in ttysetup()
/dragonfly/sys/sys/
H A Dttydefaults.h54 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h136 #define HUPCL 0x00004000 /* hang up on last close */ macro
/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h134 #define HUPCL 0x00400 macro
/dragonfly/sbin/startslip/
H A Dstartslip.c329 t.c_cflag |= HUPCL; in main()
331 t.c_cflag &= ~(HUPCL); in main()
/dragonfly/libexec/getty/
H A Dsubr.c297 SET(cflag, HUPCL); in set_flags()
299 CLR(cflag, HUPCL); in set_flags()
/dragonfly/usr.sbin/ppp/
H A Dtty.c465 ios.c_cflag |= HUPCL; in tty_Raw()
724 ios.c_cflag |= HUPCL; in tty_Create()
/dragonfly/usr.bin/window/
H A Dwwinit.c105 wwwintty.ww_termios.c_cflag |= HUPCL; in wwinit()
/dragonfly/contrib/tcsh-6/
H A Ded.term.c215 # ifdef HUPCL
216 { "hupcl", HUPCL, M_CONTROL },
/dragonfly/sbin/slattach/
H A Dslattach.c74 int modem_control = HUPCL; /* !CLOCAL+HUPCL iff we watch carrier. */
/dragonfly/contrib/libedit/src/
H A Dtty.c282 #ifdef HUPCL
283 {"hupcl", HUPCL, MD_CTL},
/dragonfly/etc/
H A Dgettytab88 # cflags: CLOCAL | HUPCL | CREAD | CS8
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c694 if (tp->t_termios.c_cflag & HUPCL) { in ucom_shutdown()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1512 if (tp->t_cflag & HUPCL in comhardclose()
/dragonfly/sys/kern/
H A Dtty.c1019 SET(tp->t_cflag, HUPCL); in ttioctl()