Searched refs:I_ICRNL (Results 1 – 4 of 4) sorted by relevance
73 (I_ICRNL(tty)) ||\
151 (I_ICRNL(tty)) ||\
666 if (I_ICRNL(tty)) in n_tty_receive_char()964 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) || in n_tty_set_termios()969 if (I_IGNCR(tty) || I_ICRNL(tty)) in n_tty_set_termios()
196 #define I_ICRNL(tty) _I_FLAG((tty),ICRNL) macro