Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dtty_audit.c205 unsigned int icanon = !!L_ICANON(tty); in tty_audit_add_data()
Dn_tty.c1786 if (!L_ICANON(tty) || !read_cnt(ldata)) { in n_tty_set_termios()
1800 ldata->icanon = (L_ICANON(tty) != 0); in n_tty_set_termios()
1803 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) || in n_tty_set_termios()
1813 if (L_ICANON(tty)) { in n_tty_set_termios()
2443 if (L_ICANON(tty) && !L_EXTPROC(tty)) in n_tty_ioctl()
Dtty_ioctl.c501 if (!L_ICANON(tty)) { in get_sgflags()
/Linux-v4.19/include/linux/
Dtty.h173 #define L_ICANON(tty) _L_FLAG((tty), ICANON) macro
/Linux-v4.19/drivers/s390/char/
Dtty3270.c1787 if (L_ICANON(tty)) { in tty3270_set_termios()