/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 70 { "hupcl", HUPCL, 0 }, 71 { "-hupcl", 0, HUPCL }, 72 { "hup", HUPCL, 0 }, 73 { "-hup", 0, HUPCL },
|
/freebsd/bin/stty/ |
H A D | modes.c | 67 { "hupcl", HUPCL, 0 }, 68 { "-hupcl", 0, HUPCL }, 69 { "hup", HUPCL, 0 }, 70 { "-hup", 0, HUPCL },
|
H A D | print.c | 163 put("-hupcl", HUPCL, 1); in print()
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 361 (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 D | lib_tracebits.c | 149 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 D | hunt.c | 91 cntrl.c_cflag |= HUPCL; in hunt()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 311 if ((cflag&HUPCL) == 0) in ttcompatgetflags() 447 cflag &= ~HUPCL; in ttcompatsetlflags() 449 cflag |= HUPCL; in ttcompatsetlflags()
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 52 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
|
H A D | _termios.h | 135 #define HUPCL 0x00004000 /* hang up on last close */ macro
|
/freebsd/usr.bin/tip/libacu/ |
H A D | df.c | 67 cntrl.c_cflag |= HUPCL; in df_dialer()
|
H A D | dn11.c | 95 cntrl.c_cflag |= HUPCL; in dn_dialer()
|
H A D | v3451.c | 72 term.c_cflag |= HUPCL; in v3451_dialer()
|
H A D | ventel.c | 85 cntrl.c_cflag |= HUPCL; in ven_dialer()
|
H A D | hayes.c | 99 cntrl.c_cflag |= HUPCL; in hay_dialer()
|
H A D | courier.c | 72 cntrl.c_cflag |= HUPCL; in cour_dialer()
|
H A D | t3000.c | 73 cntrl.c_cflag |= HUPCL; in t3000_dialer()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 138 #define HUPCL 0x00400 macro
|
/freebsd/libexec/getty/ |
H A D | subr.c | 301 SET(cflag, HUPCL); in set_flags() 303 CLR(cflag, HUPCL); in set_flags()
|
H A D | gettytab | 85 # cflags: CLOCAL | HUPCL | CREAD | CS8
|
/freebsd/usr.sbin/ppp/ |
H A D | tty.c | 457 ios.c_cflag |= HUPCL; in tty_Raw() 730 ios.c_cflag |= HUPCL; in tty_Create()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 214 # ifdef HUPCL 215 { "hupcl", HUPCL, M_CONTROL },
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 282 #ifdef HUPCL 283 {"hupcl", HUPCL, MD_CTL},
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 493 #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 D | sys_term.c | 911 termbuf.c_cflag = EXTB|HUPCL|CS8; in getptyslave()
|
/freebsd/sys/dev/usb/serial/ |
H A D | usb_serial.c | 696 if (tp->t_termios.c_cflag & HUPCL) { in ucom_shutdown()
|