Searched refs:ECHO (Results 1 - 6 of 6) 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 Dioctl_compat.h125 #define ECHO 0x00000008 /* echo input */ macro
H A Dtermios.h240 #define ECHO 0x00000008 /* enable echoing */ macro
241 #define ECHONL 0x00000010 /* echo NL even if ECHO is off */
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c571 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
621 if (flags&ECHO)
622 lflag |= ECHO;
624 lflag &= ~ECHO;
H A Dtty.c598 if (ISSET(lflag, ECHO)) {
830 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ECHO)) {
2492 if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC))
2631 if ((!ISSET(tp->t_lflag, ECHO) &&
/xnu-2422.115.4/makedefs/
H A DMakeInc.cmd153 ECHO = /bin/echo

Completed in 34 milliseconds