Searched refs:ICANON (Results 1 – 5 of 5) sorted by relevance
64 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
253 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
173 #define ICANON 0000002 macro
349 if (CMP_FLAG(l, ICANON)) in ttydisc_read()637 !CMP_FLAG(l, ECHO | ICANON | IEXTEN | ISIG | PENDIN)) in ttydisc_optimize()1106 if (CMP_FLAG(l, ICANON | IEXTEN) == (ICANON | IEXTEN)) in ttydisc_rint()1194 if (CMP_FLAG(l, ICANON)) in ttydisc_rint()1283 if (!CMP_FLAG(l, ICANON) || in ttydisc_rint()
72 ICANON | ALTWERASE | IEXTEN | TOSTOP | FLUSHO | NOKERNINFO | NOFLSH)1242 if ((t->c_lflag & ICANON) == 0) in tty_generic_ioctl()
Completed in 26 milliseconds