Searched refs:ECHOE (Results 1 - 4 of 4) 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 Dtermios.h238 #define ECHOE 0x00000002 /* visually erase chars */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c561 if (lflag&ECHOE)
691 lflag |= ECHOE;
693 lflag &= ~ECHOE;
H A Dtty.c599 if (ISSET(lflag, ECHOE)) {
2495 if (ISSET(tp->t_lflag, ECHOE)) {

Completed in 63 milliseconds