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

/linux-master/drivers/tty/
H A Dtty_audit.c207 bool icanon = L_ICANON(tty);
H A Dn_tty.c163 if (L_ICANON(tty) && !L_ECHO(tty))
1797 if (!L_ICANON(tty) || !read_cnt(ldata)) {
1810 ldata->icanon = (L_ICANON(tty) != 0);
1813 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) ||
1823 if (L_ICANON(tty)) {
2504 if (L_ICANON(tty) && !L_EXTPROC(tty))
H A Dtty_ioctl.c563 if (!L_ICANON(tty)) {
/linux-master/include/linux/
H A Dtty.h101 #define L_ICANON(tty) _L_FLAG((tty), ICANON) macro
/linux-master/drivers/s390/char/
H A Dcon3270.c1865 if (L_ICANON(tty)) {

Completed in 144 milliseconds