Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dn_tty.c1315 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_special()
1320 if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()
1332 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()
1357 (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_special()
1458 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_closing()
1503 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_lnext()
1576 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_buf_standard()
1625 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty)); in __receive_buf()
1834 if (L_IEXTEN(tty)) { in n_tty_set_termios()
/Linux-v5.4/include/linux/
Dtty.h186 #define L_IEXTEN(tty) _L_FLAG((tty), IEXTEN) macro