Searched refs:HUPCL (Results 1 – 8 of 8) sorted by relevance
40 #define HUPCL 002000 macro
140 #define HUPCL 0002000 macro
164 #define HUPCL 0002000 /* Hang up on last close. */ macro
278 #ifdef HUPCL279 {"hupcl", HUPCL, MD_CTL},
562 mouse_termios.c_cflag = CREAD | CLOCAL | HUPCL; in GS_OpenMouse()
918 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty()927 tios.c_cflag ^= (CLOCAL | HUPCL); in set_up_tty()
1228 tios.c_cflag |= CS8 | CREAD | HUPCL;
686 mouse_termios.c_cflag = CREAD | CLOCAL | HUPCL; in FB_OpenMouse()