| /freebsd-13-stable/usr.sbin/lpr/lpd/ |
| HD | modes.c | 76 { "hupcl", HUPCL, 0 }, 77 { "-hupcl", 0, HUPCL }, 78 { "hup", HUPCL, 0 }, 79 { "-hup", 0, HUPCL },
|
| /freebsd-13-stable/bin/stty/ |
| HD | modes.c | 73 { "hupcl", HUPCL, 0 }, 74 { "-hupcl", 0, HUPCL }, 75 { "hup", HUPCL, 0 }, 76 { "-hup", 0, HUPCL },
|
| HD | print.c | 169 put("-hupcl", HUPCL, 1); in print()
|
| /freebsd-13-stable/usr.sbin/moused/ |
| HD | moused.c | 362 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */ 363 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 364 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */ 365 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */ 366 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */ 370 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */ 371 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */ 372 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */ 373 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */ 374 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */ [all …]
|
| /freebsd-13-stable/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracebits.c | 143 DATA(HUPCL), in _nc_trace_ttymode() 147 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
|
| /freebsd-13-stable/usr.bin/tip/tip/ |
| HD | hunt.c | 99 cntrl.c_cflag |= HUPCL; in hunt()
|
| /freebsd-13-stable/sys/kern/ |
| HD | tty_compat.c | 313 if ((cflag&HUPCL) == 0) in ttcompatgetflags() 449 cflag &= ~HUPCL; in ttcompatsetlflags() 451 cflag |= HUPCL; in ttcompatsetlflags()
|
| /freebsd-13-stable/sys/sys/ |
| HD | ttydefaults.h | 54 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
|
| HD | _termios.h | 137 #define HUPCL 0x00004000 /* hang up on last close */ macro
|
| /freebsd-13-stable/usr.bin/tip/libacu/ |
| HD | df.c | 75 cntrl.c_cflag |= HUPCL; in df_dialer()
|
| HD | dn11.c | 103 cntrl.c_cflag |= HUPCL; in dn_dialer()
|
| HD | v3451.c | 80 term.c_cflag |= HUPCL; in v3451_dialer()
|
| HD | ventel.c | 93 cntrl.c_cflag |= HUPCL; in ven_dialer()
|
| HD | hayes.c | 107 cntrl.c_cflag |= HUPCL; in hay_dialer()
|
| HD | courier.c | 80 cntrl.c_cflag |= HUPCL; in cour_dialer()
|
| HD | t3000.c | 81 cntrl.c_cflag |= HUPCL; in t3000_dialer()
|
| /freebsd-13-stable/contrib/ncurses/include/ |
| HD | nc_termios.h | 134 #define HUPCL 0x00400 macro
|
| /freebsd-13-stable/libexec/getty/ |
| HD | subr.c | 307 SET(cflag, HUPCL); in set_flags() 309 CLR(cflag, HUPCL); in set_flags()
|
| HD | gettytab | 87 # cflags: CLOCAL | HUPCL | CREAD | CS8
|
| /freebsd-13-stable/usr.sbin/ppp/ |
| HD | tty.c | 457 ios.c_cflag |= HUPCL; in tty_Raw() 730 ios.c_cflag |= HUPCL; in tty_Create()
|
| /freebsd-13-stable/contrib/tcsh/ |
| HD | ed.term.c | 214 # ifdef HUPCL 215 { "hupcl", HUPCL, M_CONTROL },
|
| /freebsd-13-stable/contrib/libedit/ |
| HD | tty.c | 282 #ifdef HUPCL 283 {"hupcl", HUPCL, MD_CTL},
|
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | 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-13-stable/contrib/opie/ |
| HD | opielogin.c | 995 attr.c_cflag |= HUPCL; /* hangup on close */
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/ |
| HD | sys_term.c | 911 termbuf.c_cflag = EXTB|HUPCL|CS8; in getptyslave()
|