Searched refs:CIGNORE (Results 1 – 2 of 2) sorted by relevance
629 #define CIGNORE 0x00000001 /* ignore control flags */ macro638 #define CIGNORE 0 /* ignore control flags */ macro
74 (CIGNORE | CSIZE | CSTOPB | CREAD | PARENB | PARODD | HUPCL | CLOCAL | \1211 if ((t->c_cflag & CIGNORE) == 0 && in tty_generic_ioctl()1224 tp->t_termios.c_cflag = t->c_cflag & ~CIGNORE; in tty_generic_ioctl()
Completed in 6 milliseconds