I_ISTRIP         1456 drivers/tty/n_tty.c 	if (I_ISTRIP(tty))
I_ISTRIP         1501 drivers/tty/n_tty.c 		if (I_ISTRIP(tty))
I_ISTRIP         1574 drivers/tty/n_tty.c 			if (I_ISTRIP(tty))
I_ISTRIP         1625 drivers/tty/n_tty.c 	bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty));
I_ISTRIP         1817 drivers/tty/n_tty.c 	if (I_ISTRIP(tty) || I_IUCLC(tty) || I_IGNCR(tty) ||