Searched refs:CLOCAL (Results 1 – 12 of 12) sorted by relevance
231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest()304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
141 #define CLOCAL 0004000 macro
165 #define CLOCAL 0004000 /* Ignore modem status lines. */ macro
154 CLOCAL = 0004000 variable
156 if (toys.optflags & FLAG_L) TT.termios.c_cflag |= CLOCAL; in termios_init()
85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
497 {"CLOCAL", CLOCAL},
947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty()957 tios.c_cflag ^= (CLOCAL | HUPCL); in set_up_tty()2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;
1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);1233 tios.c_cflag |= CLOCAL;
281 #ifdef CLOCAL282 {"clocal", CLOCAL, MD_CTL},
327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)