Lines Matching refs:ICANON
505 if (ISSET(lflag, ICANON)) { in ttyinput()
522 (!ISSET(lflag, ICANON) || tp->t_canq.c_cc != 0) && in ttyinput()
683 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput()
812 if (!ISSET(lflag, ICANON)) { in ttyinput()
1352 if (ISSET(t->c_lflag, ICANON) != ISSET(tp->t_lflag, ICANON) && in ttioctl_locked()
1354 if (ISSET(t->c_lflag, ICANON)) { in ttioctl_locked()
1728 if (!ISSET(tp->t_lflag, ICANON)) { in ttnread()
2172 qp = ISSET(lflag, ICANON) ? &tp->t_canq : &tp->t_rawq; in ttread()
2178 if (ISSET(lflag, ICANON) || cc[VMIN] != 0) { in ttread()
2184 if (!ISSET(lflag, ICANON)) { in ttread()
2301 if (ISSET(lflag, ICANON) in ttread()
2369 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ICANON)) { in ttread()
2387 if (ISSET(lflag, ICANON) && TTBREAKC(c, lflag)) { in ttread()