Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dn_tty.c1304 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_special()
1309 if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()
1321 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()
1346 (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_special()
1433 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_closing()
1476 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_lnext()
1579 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_buf_standard()
1597 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty)); in __receive_buf()
1801 if (L_IEXTEN(tty)) { in n_tty_set_termios()
/linux-6.3-rc2/include/linux/
A Dtty.h115 #define L_IEXTEN(tty) _L_FLAG((tty), IEXTEN) macro

Completed in 8 milliseconds