Searched refs:IGNCR (Results 1 – 5 of 5) sorted by relevance
163 termios->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR in cfmakeraw()
52 #define IGNCR 0x80 /* ignore carriage returns */ macro
143 tio.c_iflag &= ~(INLCR|IGNCR); in OpenTTY()
347 tio.c_iflag &= ~(INLCR|IGNCR); in initialize_termios()
985 if (flags & IGNCR) // ignore CR in process_input_char()