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

/linux-master/include/linux/
H A Dtty.h63 #define I_INLCR(tty) _I_FLAG((tty), INLCR) macro
/linux-master/drivers/tty/
H A Dn_tty.c1385 } else if (c == '\n' && I_INLCR(tty))
1813 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) ||
1820 if (I_INLCR(tty))

Completed in 103 milliseconds