Searched refs:L_ICANON (Results 1 – 3 of 3) sorted by relevance
1814 if (!L_ICANON(tty) || !read_cnt(ldata)) { in n_tty_set_termios()1828 ldata->icanon = (L_ICANON(tty) != 0); in n_tty_set_termios()1831 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) || in n_tty_set_termios()1841 if (L_ICANON(tty)) { in n_tty_set_termios()2520 if (L_ICANON(tty)) in n_tty_ioctl()
171 #define L_ICANON(tty) _L_FLAG((tty), ICANON) macro
1740 if (L_ICANON(tty)) { in tty3270_set_termios()