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

/linux-master/drivers/tty/
H A Dn_tty.c1448 if (I_ISTRIP(tty))
1491 if (I_ISTRIP(tty))
1594 if (I_ISTRIP(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.h62 #define I_ISTRIP(tty) _I_FLAG((tty), ISTRIP) macro

Completed in 140 milliseconds