Searched refs:ECHO (Results 1 - 6 of 6) 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 Dioctl_compat.h125 #define ECHO 0x00000008 /* echo input */ macro
H A Dtermios.h242 #define ECHO 0x00000008 /* enable echoing */ macro
243 #define ECHONL 0x00000010 /* echo NL even if ECHO is off */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c560 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
610 if (flags&ECHO)
611 lflag |= ECHO;
613 lflag &= ~ECHO;
H A Dtty.c484 if (ISSET(lflag, ECHO)) {
701 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ECHO)) {
2114 if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC))
2238 if ((!ISSET(tp->t_lflag, ECHO) &&
/macosx-10.5.8/xnu-1228.15.4/libsyscall/
H A DMakefile.xbs64 @${ECHO} building static ${LIB} library
70 @${ECHO} building profiled ${LIB} library
76 @${ECHO} building debug ${LIB} library
82 @${ECHO} building standard ${LIB} library

Completed in 271 milliseconds