Searched refs:L_IEXTEN (Results 1 – 2 of 2) sorted by relevance
625 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char()697 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char()701 if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) { in n_tty_receive_char()713 L_IEXTEN(tty)) { in n_tty_receive_char()742 (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char()980 if (L_IEXTEN(tty)) { in n_tty_set_termios()
243 #define L_IEXTEN(tty) _L_FLAG((tty),IEXTEN) macro