Searched refs:ICANON (Results 1 – 8 of 8) sorted by relevance
303 if ((lflag&ICANON) == 0) { in ttcompatgetflags()346 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN); in ttcompatsetflags()356 lflag &= ~ICANON; in ttcompatsetflags()358 lflag |= ICANON; in ttcompatsetflags()
335 if (CMP_FLAG(l, ICANON)) in ttydisc_read()599 !CMP_FLAG(l, ECHO|ICANON|IEXTEN|ISIG|PENDIN)) { in ttydisc_optimize()945 if (CMP_FLAG(l, ICANON|IEXTEN) == (ICANON|IEXTEN)) { in ttydisc_rint()1019 if (CMP_FLAG(l, ICANON)) { in ttydisc_rint()1087 if (!CMP_FLAG(l, ICANON) || in ttydisc_rint()
94 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\1763 if ((t->c_lflag & ICANON) == 0) { in tty_generic_ioctl()
19 term.c_lflag &= ~(ICANON | ECHO | ISIG); in terminal_adjust()
51 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
169 #define ICANON 0x00000100 /* canonicalize input lines */ macro
267 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO); in OsEnterLineEditMode()
238 raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in enableRawMode()