Home
last modified time | relevance | path

Searched refs:L_IEXTEN (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dn_tty.c625 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()
/linux-2.4.37.9/include/linux/
Dtty.h243 #define L_IEXTEN(tty) _L_FLAG((tty),IEXTEN) macro