Searched refs:L_IEXTEN (Results 1 – 2 of 2) sorted by relevance
1317 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_special()1322 if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()1334 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()1359 (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_special()1460 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_closing()1508 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_lnext()1583 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_buf_standard()1632 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty)); in __receive_buf()1847 if (L_IEXTEN(tty)) { in n_tty_set_termios()
184 #define L_IEXTEN(tty) _L_FLAG((tty), IEXTEN) macro