Home
last modified time | relevance | path

Searched refs:L_ICANON (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/tty/
Dn_tty.c1807 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()
/linux-4.4.14/include/linux/
Dtty.h171 #define L_ICANON(tty) _L_FLAG((tty), ICANON) macro
/linux-4.4.14/drivers/s390/char/
Dtty3270.c1744 if (L_ICANON(tty)) { in tty3270_set_termios()