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

12

/opensolaris-onvv-gate/usr/src/head/
H A Dsgtty.h38 #define HUPCL 01 macro
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmautobaud.c93 termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD);
108 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE);
H A Dsttytable.c96 "hupcl", HUPCL, 0,
97 "hup", HUPCL, 0,
98 "-hupcl", 0, HUPCL,
99 "-hup", 0, HUPCL,
H A Dstty.c297 if (m&HUPCL)
566 (void) printf("-hupcl "+((m&HUPCL) != 0));
/opensolaris-onvv-gate/usr/src/cmd/tip/
H A Dhunt.c73 t.c_cflag |= XCLUDE|HUPCL;
H A Dtip.c508 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF);
/opensolaris-onvv-gate/usr/src/lib/libnsl/dial/
H A Dline.c172 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
195 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
222 if (!(ttbuf.c_cflag & HUPCL)) {
223 ttbuf.c_cflag |= HUPCL;
/opensolaris-onvv-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c92 "hupcl", HUPCL, 0,
93 "hup", HUPCL, 0,
94 "-hupcl", 0, HUPCL,
95 "-hup", 0, HUPCL,
H A Dstty.c246 if (m & HUPCL)
519 (void) fprintf(output, "-hupcl " + ((m & HUPCL) != 0));
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dser_async.h69 #define IFLAGS_SVID (CS8|CREAD|HUPCL)
71 #define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dsetmode.c62 "hupcl", HUPCL, 0,
63 "hup", HUPCL, 0,
64 "-hupcl", 0, HUPCL,
65 "-hup", 0, HUPCL,
H A Dline.c190 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
211 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
239 if (!(ttbuf.c_cflag & HUPCL)) {
240 ttbuf.c_cflag |= HUPCL;
451 ttbuf.c_cflag |= CREAD|HUPCL;
/opensolaris-onvv-gate/usr/src/cmd/tip/aculib/
H A Ddf.c50 buf.c_cflag |= HUPCL;
H A Ddn11.c74 buf.c_cflag |= HUPCL;
H A Dhayes.c47 buf.c_cflag |= HUPCL;
H A Dv3451.c55 buf.c_cflag |= HUPCL;
H A Dventel.c55 buf.c_cflag |= HUPCL;
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h178 #define HUPCL 0x00000400 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h178 #define HUPCL 0x00000400 macro
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c121 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits |
133 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits |
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DMakefile.PL55 F_WRLCK HUPCL ICANON ICRNL IEXTEN IGNBRK IGNCR IGNPAR INLCR INPCK
H A DPOSIX.pm861 ECHONL HUPCL ICANON ICRNL IEXTEN IGNBRK IGNCR IGNPAR
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dstty.c213 { "hupcl", BIT, C_FLAG, 0, HUPCL, HUPCL, C("Hangup (do not hangup) connection on last close") },
214 { "hup", BIT, C_FLAG, IG, HUPCL, HUPCL, C("Same as \bhupcl\b") },
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtermios.h284 #define HUPCL 0002000 macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/pcmcia/
H A Dpcser_var.h327 #define CFLAGS (CS8|CREAD|HUPCL) /* UNIX line flags in t_cflag */

Completed in 195 milliseconds

12