Lines Matching refs:ICANON
596 if (ISSET(lflag, ICANON)) {
667 * by ICANON, ISIG, or IXON.
745 if (!ISSET(lflag, EXTPROC) && ISSET(lflag, ICANON)) {
855 if (!ISSET(lflag, ICANON)) {
1282 if (ISSET(t->c_lflag, ICANON) !=
1283 ISSET(tp->t_lflag, ICANON)) {
1284 if (ISSET(t->c_lflag, ICANON)) {
1693 if (!ISSET(tp->t_lflag, ICANON)) {
1811 (!ISSET(tp->t_lflag, ICANON) || tp->t_canq.c_cc > 0)) {
2015 if (!ISSET(lflag, ICANON)) {
2141 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ICANON))
2157 if (ISSET(lflag, ICANON) && TTBREAKC(c, lflag))