Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dn_tty.c1258 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_canon()
1265 if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_canon()
1279 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_canon()
1312 (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_canon()
1434 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_closing()
1477 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_lnext()
1580 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_buf_standard()
1598 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty)); in __receive_buf()
1823 if (L_IEXTEN(tty)) { in n_tty_set_termios()
/linux-6.15/include/linux/
H A Dtty.h114 #define L_IEXTEN(tty) _L_FLAG((tty), IEXTEN) macro