I_IUCLC          1458 drivers/tty/n_tty.c 	if (I_IUCLC(tty) && L_IEXTEN(tty))
I_IUCLC          1503 drivers/tty/n_tty.c 		if (I_IUCLC(tty) && L_IEXTEN(tty))
I_IUCLC          1576 drivers/tty/n_tty.c 			if (I_IUCLC(tty) && L_IEXTEN(tty))
I_IUCLC          1625 drivers/tty/n_tty.c 	bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty));
I_IUCLC          1817 drivers/tty/n_tty.c 	if (I_ISTRIP(tty) || I_IUCLC(tty) || I_IGNCR(tty) ||