Searched refs:IEXTEN (Results 1 – 6 of 6) sorted by relevance
51 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
173 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()346 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN); in ttcompatsetflags()350 lflag |= ISIG|IEXTEN|ECHOCTL; /* XXX was echoctl on ? */ in ttcompatsetflags()
599 !CMP_FLAG(l, ECHO|ICANON|IEXTEN|ISIG|PENDIN)) { in ttydisc_optimize()915 if (CMP_FLAG(l, IEXTEN)) { in ttydisc_rint()945 if (CMP_FLAG(l, ICANON|IEXTEN) == (ICANON|IEXTEN)) { in ttydisc_rint()1026 } else if (CMP_FLAG(l, IEXTEN)) { in ttydisc_rint()
94 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\
238 raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in enableRawMode()