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

/macosx-10.10.1/adv_cmds-158/stty/
H A Dmodes.c86 { "hupcl", HUPCL, 0 },
87 { "-hupcl", 0, HUPCL },
88 { "hup", HUPCL, 0 },
89 { "-hup", 0, HUPCL },
H A Dprint.c180 put("-hupcl", HUPCL, 1);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dttydefaults.h81 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A Dtermios.h214 #define HUPCL 0x00004000 /* hang up on last close */ macro
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c142 {HUPCL, "HUPCL"},
146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c557 if ((cflag&HUPCL) == 0)
719 cflag &= ~HUPCL;
721 cflag |= HUPCL;
H A Dtty.c1235 SET(tp->t_cflag, HUPCL);
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c338 SET(cflag, HUPCL);
340 CLR(cflag, HUPCL);
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c215 { "hupcl", BIT, C_FLAG, 0, HUPCL, HUPCL, C("Hangup (do not hangup) connection on last close") },
216 { "hup", BIT, C_FLAG, IG, HUPCL, HUPCL, C("Same as \bhupcl\b") },
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c217 # ifdef HUPCL
218 { "hupcl", HUPCL, M_CONTROL },
219 # endif /* HUPCL */
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c278 #ifdef HUPCL
279 {"hupcl", HUPCL, MD_CTL},
280 #endif /* HUPCL */
/macosx-10.10.1/libedit-40/src/
H A Dtty.c279 #ifdef HUPCL
280 {"hupcl", HUPCL, MD_CTL},
281 #endif /* HUPCL */
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dtty.c270 #ifdef HUPCL
271 {"hupcl", HUPCL, MD_CTL},
272 #endif /* HUPCL */
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_parse.c476 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
550 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL)
580 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|CLOCAL|HUPCL)
674 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL)
1255 (CS8|CREAD|PARENB|CLOCAL|HUPCL),/* terminal control flags */
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c911 termbuf.c_cflag = EXTB|HUPCL|CS8;
/macosx-10.10.1/uucp-11/uucp/
H A Dtstuu.c413 stio.c_cflag = B9600 | CS8 | CREAD | HUPCL;
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp2206 if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)
3498 if (state & HUPCL)
3499 strncat(stateDescription, "HUPCL ", sizeof(stateDescription) - 7);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c212 #define ISET_CFLAG (CS8 | CREAD | HUPCL)
222 #define ISET_CFLAG (CS8 | CREAD | HUPCL)
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c1460 tios.c_cflag |= CS8 | CREAD | HUPCL;

Completed in 234 milliseconds