Searched refs:IEXTEN (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dttydefaults.h80 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
H A Dtermios.h79 #define VEOL2 2 /* ICANON together with IEXTEN */
83 #define VWERASE 4 /* ICANON together with IEXTEN */
87 #define VREPRINT 6 /* ICANON together with IEXTEN */
94 #define VDSUSP 11 /* ISIG together with IEXTEN */
99 #define VLNEXT 14 /* IEXTEN */
100 #define VDISCARD 15 /* IEXTEN */
105 #define VSTATUS 18 /* ICANON together with IEXTEN */
251 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c547 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
600 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN);
604 lflag |= ISIG|IEXTEN|ECHOCTL; /* XXX was echoctl on ? */
H A Dtty.c480 (c) == cc[VEOL] || ((c) == cc[VEOL2] && lflag & IEXTEN)) && \
596 if (ISSET(lflag, IEXTEN)) {
731 if (CCEQ(cc[VWERASE], c) && ISSET(lflag, IEXTEN)) {
770 if (CCEQ(cc[VREPRINT], c) && ISSET(lflag, IEXTEN)) {
777 if (CCEQ(cc[VSTATUS], c) && ISSET(lflag, IEXTEN)) {
2142 || (ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG)) )
2179 ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG)) {

Completed in 14 milliseconds