Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dttydefaults.h80 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
H A Dtermios.h251 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c586 if (iflag & (INPCK | ISTRIP | IXON) || lflag & (IEXTEN | ISIG) in ttcompatgetflags()
649 lflag &= ~(ECHOCTL | ISIG | ICANON | IEXTEN); in ttcompatsetflags()
653 lflag |= ISIG | IEXTEN | ECHOCTL; /* XXX was echoctl on ? */ in ttcompatsetflags()
H A Dtty.c409 (c) == cc[VEOL] || ((c) == cc[VEOL2] && lflag & IEXTEN)) && \
528 if (ISSET(lflag, IEXTEN)) { in ttyinput()
667 if (CCEQ(cc[VWERASE], c) && ISSET(lflag, IEXTEN)) { in ttyinput()
710 if (CCEQ(cc[VREPRINT], c) && ISSET(lflag, IEXTEN)) { in ttyinput()
717 if (CCEQ(cc[VSTATUS], c) && ISSET(lflag, IEXTEN)) { in ttyinput()
2197 || (ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG))) { in ttread()
2244 ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG)) { in ttread()