Searched refs:IEXTEN (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()
186 #define IEXTEN 0100000 macro
637 !CMP_FLAG(l, ECHO | ICANON | IEXTEN | ISIG | PENDIN)) in ttydisc_optimize()1067 if (CMP_FLAG(l, IEXTEN)) in ttydisc_rint()1106 if (CMP_FLAG(l, ICANON | IEXTEN) == (ICANON | IEXTEN)) in ttydisc_rint()1211 else if (CMP_FLAG(l, IEXTEN)) in ttydisc_rint()
72 ICANON | ALTWERASE | IEXTEN | TOSTOP | FLUSHO | NOKERNINFO | NOFLSH)
Completed in 11 milliseconds