Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dn_tty.c1279 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_canon()
1286 if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_canon()
1300 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_canon()
1333 (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_canon()
1455 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_closing()
1498 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_lnext()
1601 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_buf_standard()
1619 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty)); in __receive_buf()
1844 if (L_IEXTEN(tty)) { in n_tty_set_termios()
/openbmc/linux/include/linux/
H A Dtty.h115 #define L_IEXTEN(tty) _L_FLAG((tty), IEXTEN) macro