Searched refs:HUPCL (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.3-release/bin/stty/
H A Dmodes.c76 { "hupcl", HUPCL, 0 },
77 { "-hupcl", 0, HUPCL },
78 { "hup", HUPCL, 0 },
79 { "-hup", 0, HUPCL },
H A Dprint.c170 put("-hupcl", HUPCL, 1);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c76 { "hupcl", HUPCL, 0 },
77 { "-hupcl", 0, HUPCL },
78 { "hup", HUPCL, 0 },
79 { "-hup", 0, HUPCL },
/freebsd-10.3-release/sys/sys/
H A Dttydefaults.h53 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h129 #define HUPCL 0x00004000 /* hang up on last close */ macro
/freebsd-10.3-release/usr.bin/tip/tip/
H A Dhunt.c99 cntrl.c_cflag |= HUPCL;
/freebsd-10.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c142 {HUPCL, "HUPCL"},
146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/freebsd-10.3-release/usr.bin/tip/libacu/
H A Ddf.c75 cntrl.c_cflag |= HUPCL;
H A Ddn11.c103 cntrl.c_cflag |= HUPCL;
H A Dv3451.c80 term.c_cflag |= HUPCL;
H A Dhayes.c107 cntrl.c_cflag |= HUPCL;
H A Dventel.c93 cntrl.c_cflag |= HUPCL;
H A Dcourier.c80 cntrl.c_cflag |= HUPCL;
H A Dt3000.c81 cntrl.c_cflag |= HUPCL;
/freebsd-10.3-release/sys/kern/
H A Dtty_compat.c313 if ((cflag&HUPCL) == 0)
449 cflag &= ~HUPCL;
451 cflag |= HUPCL;
/freebsd-10.3-release/usr.sbin/moused/
H A 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), /* sysmous
[all...]
/freebsd-10.3-release/libexec/getty/
H A Dsubr.c307 SET(cflag, HUPCL);
309 CLR(cflag, HUPCL);
/freebsd-10.3-release/sys/dev/uart/
H A Duart_tty.c261 t->c_cflag &= ~HUPCL;
/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.c217 # ifdef HUPCL
218 { "hupcl", HUPCL, M_CONTROL },
219 # endif /* HUPCL */
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c158 if (l & IBCS2_HUPCL) r |= HUPCL;
252 if (l & HUPCL) r |= IBCS2_HUPCL;
/freebsd-10.3-release/usr.sbin/ppp/
H A Dtty.c457 ios.c_cflag |= HUPCL;
730 ios.c_cflag |= HUPCL;
/freebsd-10.3-release/lib/libedit/
H A Dtty.c273 #ifdef HUPCL
274 {"hupcl", HUPCL, MD_CTL},
275 #endif /* HUPCL */
/freebsd-10.3-release/contrib/ntp/ntpd/
H A 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 */
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c911 termbuf.c_cflag = EXTB|HUPCL|CS8;
/freebsd-10.3-release/contrib/opie/
H A Dopielogin.c995 attr.c_cflag |= HUPCL; /* hangup on close */

Completed in 221 milliseconds

12