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

/linux-master/drivers/tty/
H A Dn_tty.c1450 if (I_IUCLC(tty) && L_IEXTEN(tty))
1493 if (I_IUCLC(tty) && L_IEXTEN(tty))
1596 if (I_IUCLC(tty) && L_IEXTEN(tty))
1614 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty));
1812 if (I_ISTRIP(tty) || I_IUCLC(tty) || I_IGNCR(tty) ||
/linux-master/include/linux/
H A Dtty.h66 #define I_IUCLC(tty) _I_FLAG((tty), IUCLC) macro

Completed in 121 milliseconds