Searched refs:HUPCL (Results 1 – 7 of 7) sorted by relevance
140 #define HUPCL 0002000 macro
164 #define HUPCL 0002000 /* Hang up on last close. */ macro
160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
278 #ifdef HUPCL279 {"hupcl", HUPCL, MD_CTL},
948 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty()957 tios.c_cflag ^= (CLOCAL | HUPCL); in set_up_tty()
1231 tios.c_cflag |= CS8 | CREAD | HUPCL;