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

/macosx-10.5.8/xnu-1228.15.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 */
253 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c536 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
589 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN);
593 lflag |= ISIG|IEXTEN|ECHOCTL; /* XXX was echoctl on ? */
H A Dtty.c376 (c) == cc[VEOL] || ((c) == cc[VEOL2] && lflag & IEXTEN)) && \
482 if (ISSET(lflag, IEXTEN)) {
606 if (CCEQ(cc[VWERASE], c) && ISSET(lflag, IEXTEN)) {
645 if (CCEQ(cc[VREPRINT], c) && ISSET(lflag, IEXTEN)) {
652 if (CCEQ(cc[VSTATUS], c) && ISSET(lflag, IEXTEN)) {
1790 || (ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG)) )
1827 ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG)) {

Completed in 19 milliseconds