Searched refs:I_IGNCR (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtty.h64 #define I_IGNCR(tty) _I_FLAG((tty), IGNCR) macro
/linux-master/drivers/tty/
H A Dn_tty.c1381 if (I_IGNCR(tty))
1812 if (I_ISTRIP(tty) || I_IUCLC(tty) || I_IGNCR(tty) ||
1818 if (I_IGNCR(tty) || I_ICRNL(tty))

Completed in 130 milliseconds