Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libnsl/dial/
H A Dline.c172 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0)); in fixline()
195 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0)); in fixline()
222 if (!(ttbuf.c_cflag & HUPCL)) { in sethup()
223 ttbuf.c_cflag |= HUPCL; in sethup()
/titanic_50/usr/src/cmd/ttymon/
H A Dsttytable.c96 "hupcl", HUPCL, 0,
97 "hup", HUPCL, 0,
98 "-hupcl", 0, HUPCL,
99 "-hup", 0, HUPCL,
H A Dtmautobaud.c93 termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD); in auto_termio()
108 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE); in auto_termio()
H A Dstty.c297 if (m&HUPCL) in prmodes()
569 (void) printf("-hupcl "+((m&HUPCL) != 0)); in pramodes()
/titanic_50/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) in prmodes()
519 (void) fprintf(output, "-hupcl " + ((m & HUPCL) != 0)); in pramodes()
/titanic_50/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;
/titanic_50/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)
/titanic_50/usr/src/head/
H A Dsgtty.h38 #define HUPCL 01 macro
/titanic_50/usr/src/cmd/tip/
H A Dhunt.c73 t.c_cflag |= XCLUDE|HUPCL; in hunt()
H A Dtip.c508 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
/titanic_50/usr/src/cmd/tip/aculib/
H A Ddf.c50 buf.c_cflag |= HUPCL; in df_dialer()
H A Ddn11.c74 buf.c_cflag |= HUPCL; in dn_dialer()
H A Dhayes.c47 buf.c_cflag |= HUPCL; in hayes_dialer()
H A Dv3451.c55 buf.c_cflag |= HUPCL; in v3451_dialer()
H A Dventel.c55 buf.c_cflag |= HUPCL; in ven_dialer()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h178 #define HUPCL 0x00000400 macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dtermios.h178 #define HUPCL 0x00000400 macro
/titanic_50/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") },
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c121 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
133 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
/titanic_50/usr/src/uts/common/sys/
H A Dtermios.h267 #define HUPCL 0002000 macro
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1030 ((struct termios *)datap->b_rptr)->c_cflag |= HUPCL; in ttcompat_ioctl_ack()
1141 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
/titanic_50/usr/src/cmd/init/
H A Dinit.c3016 old_syscon_termios.c_cflag &= ~HUPCL; in console()
3021 stored_syscon_termios.c_cflag &= ~HUPCL; in console()
/titanic_50/usr/src/uts/sun/io/
H A Dzs_async.c1079 (za->za_ttycommon.t_cflag & HUPCL))) { in zsa_close()
3376 if (za->za_ttycommon.t_cflag & HUPCL) printf(" t_cfl:HUPCL"); in zsa_print_info()

12