| /freebsd-10-stable/usr.sbin/lpr/lpd/ |
| D | modes.c | 76 { "hupcl", HUPCL, 0 }, 77 { "-hupcl", 0, HUPCL }, 78 { "hup", HUPCL, 0 }, 79 { "-hup", 0, HUPCL },
|
| /freebsd-10-stable/bin/stty/ |
| D | modes.c | 76 { "hupcl", HUPCL, 0 }, 77 { "-hupcl", 0, HUPCL }, 78 { "hup", HUPCL, 0 }, 79 { "-hup", 0, HUPCL },
|
| D | print.c | 170 put("-hupcl", HUPCL, 1); in print()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/trace/ |
| D | lib_tracebits.c | 142 {HUPCL, "HUPCL"}, in _nc_trace_ttymode() 146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
|
| /freebsd-10-stable/usr.sbin/moused/ |
| D | moused.c | 375 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */ 376 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 377 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */ 378 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */ 379 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */ 383 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */ 384 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */ 385 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */ 386 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */ 387 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */ [all …]
|
| /freebsd-10-stable/usr.bin/tip/tip/ |
| D | hunt.c | 99 cntrl.c_cflag |= HUPCL; in hunt()
|
| /freebsd-10-stable/sys/kern/ |
| D | tty_compat.c | 313 if ((cflag&HUPCL) == 0) in ttcompatgetflags() 449 cflag &= ~HUPCL; in ttcompatsetlflags() 451 cflag |= HUPCL; in ttcompatsetlflags()
|
| /freebsd-10-stable/sys/sys/ |
| D | ttydefaults.h | 53 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
|
| D | _termios.h | 129 #define HUPCL 0x00004000 /* hang up on last close */ macro
|
| /freebsd-10-stable/usr.bin/tip/libacu/ |
| D | df.c | 75 cntrl.c_cflag |= HUPCL; in df_dialer()
|
| D | dn11.c | 103 cntrl.c_cflag |= HUPCL; in dn_dialer()
|
| D | v3451.c | 80 term.c_cflag |= HUPCL; in v3451_dialer()
|
| D | ventel.c | 93 cntrl.c_cflag |= HUPCL; in ven_dialer()
|
| D | hayes.c | 107 cntrl.c_cflag |= HUPCL; in hay_dialer()
|
| D | t3000.c | 81 cntrl.c_cflag |= HUPCL; in t3000_dialer()
|
| D | courier.c | 80 cntrl.c_cflag |= HUPCL; in cour_dialer()
|
| /freebsd-10-stable/release/picobsd/mfs_tree/etc/ |
| D | gettytab | 26 # cflags: CLOCAL | HUPCL | CREAD | CS8
|
| /freebsd-10-stable/libexec/getty/ |
| D | subr.c | 307 SET(cflag, HUPCL); in set_flags() 309 CLR(cflag, HUPCL); in set_flags()
|
| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | ibcs2_ioctl.c | 158 if (l & IBCS2_HUPCL) r |= HUPCL; 252 if (l & HUPCL) r |= IBCS2_HUPCL;
|
| /freebsd-10-stable/usr.sbin/ppp/ |
| D | tty.c | 457 ios.c_cflag |= HUPCL; in tty_Raw() 730 ios.c_cflag |= HUPCL; in tty_Create()
|
| /freebsd-10-stable/sys/dev/uart/ |
| D | uart_tty.c | 261 t->c_cflag &= ~HUPCL; in uart_tty_param()
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | ed.term.c | 217 # ifdef HUPCL 218 { "hupcl", HUPCL, M_CONTROL },
|
| /freebsd-10-stable/etc/ |
| D | gettytab | 88 # cflags: CLOCAL | HUPCL | CREAD | CS8
|
| /freebsd-10-stable/lib/libedit/ |
| D | tty.c | 273 #ifdef HUPCL 274 {"hupcl", HUPCL, MD_CTL},
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | refclock_parse.c | 492 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB) 566 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL) 596 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|CLOCAL|HUPCL) 690 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL) 1302 (CS8|CREAD|PARENB|CLOCAL|HUPCL),/* terminal control flags */
|