Searched refs:L_ICANON (Results 1 – 3 of 3) sorted by relevance
1807 if (!L_ICANON(tty) || !read_cnt(ldata)) { in n_tty_set_termios()1821 ldata->icanon = (L_ICANON(tty) != 0); in n_tty_set_termios()1824 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) || in n_tty_set_termios()1834 if (L_ICANON(tty)) { in n_tty_set_termios()2496 if (L_ICANON(tty)) in n_tty_ioctl()
171 #define L_ICANON(tty) _L_FLAG((tty), ICANON) macro
1744 if (L_ICANON(tty)) { in tty3270_set_termios()