Home
last modified time | relevance | path

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

12

/freebsd-10-stable/usr.sbin/lpr/lpd/
Dmodes.c76 { "hupcl", HUPCL, 0 },
77 { "-hupcl", 0, HUPCL },
78 { "hup", HUPCL, 0 },
79 { "-hup", 0, HUPCL },
/freebsd-10-stable/bin/stty/
Dmodes.c76 { "hupcl", HUPCL, 0 },
77 { "-hupcl", 0, HUPCL },
78 { "hup", HUPCL, 0 },
79 { "-hup", 0, HUPCL },
Dprint.c170 put("-hupcl", HUPCL, 1); in print()
/freebsd-10-stable/contrib/ncurses/ncurses/trace/
Dlib_tracebits.c142 {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/
Dmoused.c375 (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/
Dhunt.c99 cntrl.c_cflag |= HUPCL; in hunt()
/freebsd-10-stable/sys/kern/
Dtty_compat.c313 if ((cflag&HUPCL) == 0) in ttcompatgetflags()
449 cflag &= ~HUPCL; in ttcompatsetlflags()
451 cflag |= HUPCL; in ttcompatsetlflags()
/freebsd-10-stable/sys/sys/
Dttydefaults.h53 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
D_termios.h129 #define HUPCL 0x00004000 /* hang up on last close */ macro
/freebsd-10-stable/usr.bin/tip/libacu/
Ddf.c75 cntrl.c_cflag |= HUPCL; in df_dialer()
Ddn11.c103 cntrl.c_cflag |= HUPCL; in dn_dialer()
Dv3451.c80 term.c_cflag |= HUPCL; in v3451_dialer()
Dventel.c93 cntrl.c_cflag |= HUPCL; in ven_dialer()
Dhayes.c107 cntrl.c_cflag |= HUPCL; in hay_dialer()
Dt3000.c81 cntrl.c_cflag |= HUPCL; in t3000_dialer()
Dcourier.c80 cntrl.c_cflag |= HUPCL; in cour_dialer()
/freebsd-10-stable/release/picobsd/mfs_tree/etc/
Dgettytab26 # cflags: CLOCAL | HUPCL | CREAD | CS8
/freebsd-10-stable/libexec/getty/
Dsubr.c307 SET(cflag, HUPCL); in set_flags()
309 CLR(cflag, HUPCL); in set_flags()
/freebsd-10-stable/sys/i386/ibcs2/
Dibcs2_ioctl.c158 if (l & IBCS2_HUPCL) r |= HUPCL;
252 if (l & HUPCL) r |= IBCS2_HUPCL;
/freebsd-10-stable/usr.sbin/ppp/
Dtty.c457 ios.c_cflag |= HUPCL; in tty_Raw()
730 ios.c_cflag |= HUPCL; in tty_Create()
/freebsd-10-stable/sys/dev/uart/
Duart_tty.c261 t->c_cflag &= ~HUPCL; in uart_tty_param()
/freebsd-10-stable/contrib/tcsh/
Ded.term.c217 # ifdef HUPCL
218 { "hupcl", HUPCL, M_CONTROL },
/freebsd-10-stable/etc/
Dgettytab88 # cflags: CLOCAL | HUPCL | CREAD | CS8
/freebsd-10-stable/lib/libedit/
Dtty.c273 #ifdef HUPCL
274 {"hupcl", HUPCL, MD_CTL},
/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_parse.c492 #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 */

12