Home
last modified time | relevance | path

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

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