Searched refs:ECHOE (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.h240 #define ECHOE 0x00000002 /* visually erase chars */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c550 if (lflag&ECHOE)
680 lflag |= ECHOE;
682 lflag &= ~ECHOE;
H A Dtty.c485 if (ISSET(lflag, ECHOE)) {
2117 if (ISSET(tp->t_lflag, ECHOE)) {

Completed in 33 milliseconds