HUPCL
ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
if (!(ttbuf.c_cflag & HUPCL)) {
ttbuf.c_cflag |= HUPCL;
ttbuf.c_cflag |= CREAD|HUPCL;
"hupcl", HUPCL, 0,
"hup", HUPCL, 0,
"-hupcl", 0, HUPCL,
"-hup", 0, HUPCL,
tios.c_cflag |= CS8 | CREAD | HUPCL;
old_syscon_termios.c_cflag &= ~HUPCL;
stored_syscon_termios.c_cflag &= ~HUPCL;
termio.c_cflag = HUPCL | CREAD | CS8 | stopbits |
termios.c_cflag = HUPCL | CREAD | CS8 | stopbits |
buf.c_cflag |= HUPCL;
buf.c_cflag |= HUPCL;
buf.c_cflag |= HUPCL;
buf.c_cflag |= HUPCL;
buf.c_cflag |= HUPCL;
t.c_cflag |= XCLUDE|HUPCL;
buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF);
if (m&HUPCL)
(void) printf("-hupcl "+((m&HUPCL) != 0));
"hupcl", HUPCL, 0,
"hup", HUPCL, 0,
"-hupcl", 0, HUPCL,
"-hup", 0, HUPCL,
termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE);
termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD);
ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
if (!(ttbuf.c_cflag & HUPCL)) {
ttbuf.c_cflag |= HUPCL;
if (m & HUPCL)
(void) fprintf(output, "-hupcl " + ((m & HUPCL) != 0));
"hupcl", HUPCL, 0,
"hup", HUPCL, 0,
"-hupcl", 0, HUPCL,
"-hup", 0, HUPCL,
if ((async->async_ttycommon.t_cflag & HUPCL) ||
async->async_ttycommon.t_cflag & HUPCL,
(CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD;
((struct termios *)datap->b_rptr)->c_cflag |= HUPCL;
if (pp->port_ttycommon.t_cflag & HUPCL) {
(za->za_ttycommon.t_cflag & HUPCL))) {
if (za->za_ttycommon.t_cflag & HUPCL) printf(" t_cfl:HUPCL");
#define IFLAGS_SVID (CS8|CREAD|HUPCL)
#define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
if (!nohupcl && ((async->async_ttycommon.t_cflag & HUPCL) ||