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

/linux-master/drivers/tty/
H A Dn_tty.c1274 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) {
1281 if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) {
1295 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) {
1328 (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) {
1450 if (I_IUCLC(tty) && L_IEXTEN(tty))
1493 if (I_IUCLC(tty) && L_IEXTEN(tty))
1596 if (I_IUCLC(tty) && L_IEXTEN(tty))
1614 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty));
1829 if (L_IEXTEN(tty)) {
/linux-master/include/linux/
H A Dtty.h114 #define L_IEXTEN(tty) _L_FLAG((tty), IEXTEN) macro

Completed in 113 milliseconds