Home
last modified time | relevance | path

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

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c70 { "hupcl", HUPCL, 0 },
71 { "-hupcl", 0, HUPCL },
72 { "hup", HUPCL, 0 },
73 { "-hup", 0, HUPCL },
/freebsd/bin/stty/
H A Dmodes.c67 { "hupcl", HUPCL, 0 },
68 { "-hupcl", 0, HUPCL },
69 { "hup", HUPCL, 0 },
70 { "-hup", 0, HUPCL },
H A Dprint.c163 put("-hupcl", HUPCL, 1); in print()
/freebsd/usr.sbin/moused/
H A Dmoused.c361 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
362 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
363 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
364 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
365 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
369 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
370 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
371 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
372 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
373 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmous
[all...]
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c149 DATA(HUPCL), in _nc_trace_ttymode()
153 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/freebsd/usr.bin/tip/tip/
H A Dhunt.c91 cntrl.c_cflag |= HUPCL; in hunt()
/freebsd/sys/kern/
H A Dtty_compat.c311 if ((cflag&HUPCL) == 0) in ttcompatgetflags()
447 cflag &= ~HUPCL; in ttcompatsetlflags()
449 cflag |= HUPCL; in ttcompatsetlflags()
/freebsd/sys/sys/
H A Dttydefaults.h52 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h135 #define HUPCL 0x00004000 /* hang up on last close */ macro
/freebsd/usr.bin/tip/libacu/
H A Ddf.c67 cntrl.c_cflag |= HUPCL; in df_dialer()
H A Ddn11.c95 cntrl.c_cflag |= HUPCL; in dn_dialer()
H A Dv3451.c72 term.c_cflag |= HUPCL; in v3451_dialer()
H A Dventel.c85 cntrl.c_cflag |= HUPCL; in ven_dialer()
H A Dhayes.c99 cntrl.c_cflag |= HUPCL; in hay_dialer()
H A Dcourier.c72 cntrl.c_cflag |= HUPCL; in cour_dialer()
H A Dt3000.c73 cntrl.c_cflag |= HUPCL; in t3000_dialer()
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h138 #define HUPCL 0x00400 macro
/freebsd/libexec/getty/
H A Dsubr.c301 SET(cflag, HUPCL); in set_flags()
303 CLR(cflag, HUPCL); in set_flags()
H A Dgettytab85 # cflags: CLOCAL | HUPCL | CREAD | CS8
/freebsd/usr.sbin/ppp/
H A Dtty.c457 ios.c_cflag |= HUPCL; in tty_Raw()
730 ios.c_cflag |= HUPCL; in tty_Create()
/freebsd/contrib/tcsh/
H A Ded.term.c214 # ifdef HUPCL
215 { "hupcl", HUPCL, M_CONTROL },
/freebsd/contrib/libedit/
H A Dtty.c282 #ifdef HUPCL
283 {"hupcl", HUPCL, MD_CTL},
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c493 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
567 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL)
597 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|CLOCAL|HUPCL)
691 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL)
1303 (CS8|CREAD|PARENB|CLOCAL|HUPCL),/* terminal control flags */
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c911 termbuf.c_cflag = EXTB|HUPCL|CS8; in getptyslave()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c696 if (tp->t_termios.c_cflag & HUPCL) { in ucom_shutdown()

12