Searched refs:I_IGNCR (Results 1 – 4 of 4) sorted by relevance
72 (I_IGNCR(tty)) ||\
150 (I_IGNCR(tty)) ||\
664 if (I_IGNCR(tty)) in n_tty_receive_char()963 if (I_ISTRIP(tty) || I_IUCLC(tty) || I_IGNCR(tty) || in n_tty_set_termios()969 if (I_IGNCR(tty) || I_ICRNL(tty)) in n_tty_set_termios()
195 #define I_IGNCR(tty) _I_FLAG((tty),IGNCR) macro