/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | line.c | 172 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 D | sttytable.c | 96 "hupcl", HUPCL, 0, 97 "hup", HUPCL, 0, 98 "-hupcl", 0, HUPCL, 99 "-hup", 0, HUPCL,
|
H A D | tmautobaud.c | 93 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 D | stty.c | 297 if (m&HUPCL) in prmodes() 569 (void) printf("-hupcl "+((m&HUPCL) != 0)); in pramodes()
|
/titanic_50/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 92 "hupcl", HUPCL, 0, 93 "hup", HUPCL, 0, 94 "-hupcl", 0, HUPCL, 95 "-hup", 0, HUPCL,
|
H A D | stty.c | 246 if (m & HUPCL) in prmodes() 519 (void) fprintf(output, "-hupcl " + ((m & HUPCL) != 0)); in pramodes()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | setmode.c | 62 "hupcl", HUPCL, 0, 63 "hup", HUPCL, 0, 64 "-hupcl", 0, HUPCL, 65 "-hup", 0, HUPCL,
|
H A D | line.c | 190 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 D | ser_async.h | 69 #define IFLAGS_SVID (CS8|CREAD|HUPCL) 71 #define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
|
/titanic_50/usr/src/head/ |
H A D | sgtty.h | 38 #define HUPCL 01 macro
|
/titanic_50/usr/src/cmd/tip/ |
H A D | hunt.c | 73 t.c_cflag |= XCLUDE|HUPCL; in hunt()
|
H A D | tip.c | 508 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
|
/titanic_50/usr/src/cmd/tip/aculib/ |
H A D | df.c | 50 buf.c_cflag |= HUPCL; in df_dialer()
|
H A D | dn11.c | 74 buf.c_cflag |= HUPCL; in dn_dialer()
|
H A D | hayes.c | 47 buf.c_cflag |= HUPCL; in hayes_dialer()
|
H A D | v3451.c | 55 buf.c_cflag |= HUPCL; in v3451_dialer()
|
H A D | ventel.c | 55 buf.c_cflag |= HUPCL; in ven_dialer()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 178 #define HUPCL 0x00000400 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 178 #define HUPCL 0x00000400 macro
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 213 { "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 D | ifdef.c | 121 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 D | termios.h | 267 #define HUPCL 0002000 macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1030 ((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 D | init.c | 3016 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 D | zs_async.c | 1079 (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()
|