Searched refs:L_ICANON (Results 1 – 5 of 5) sorted by relevance
207 bool icanon = L_ICANON(tty); in tty_audit_add_data()
163 if (L_ICANON(tty) && !L_ECHO(tty)) in zero_buffer()1807 if (!L_ICANON(tty) || !read_cnt(ldata)) { in n_tty_set_termios()1820 ldata->icanon = (L_ICANON(tty) != 0); in n_tty_set_termios()1823 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) || in n_tty_set_termios()1833 if (L_ICANON(tty)) { in n_tty_set_termios()2514 if (L_ICANON(tty) && !L_EXTPROC(tty)) in n_tty_ioctl()
563 if (!L_ICANON(tty)) { in get_sgflags()
101 #define L_ICANON(tty) _L_FLAG((tty), ICANON) macro
1865 if (L_ICANON(tty)) { in tty3270_set_termios()