Searched refs:ICRNL (Results 1 – 8 of 8) sorted by relevance
164 | ICRNL | IXON); in cfmakeraw()
53 #define ICRNL 0x100 /* map CR to newline on input */ macro
144 tio.c_iflag |= ICRNL; in OpenTTY()
436 tmp_tc.c_iflag |= ICRNL; in TerminalNewMode()499 tmp_tc.c_iflag &= ~ICRNL; in TerminalNewMode()
333 termios.c_iflag = ICRNL; in start_console()
348 tio.c_iflag |= ICRNL; in initialize_termios()
758 termios.c_iflag = ICRNL; in reset_termios()987 if (flags & ICRNL) // CR -> NL in process_input_char()
738 return (termbuf.c_iflag & ICRNL); in tty_iscrnl()