Searched refs:ECHOKE (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.h238 #define ECHOKE 0x00000001 /* visual erase for line kill */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c552 if (lflag&ECHOKE)
684 lflag |= ECHOKE;
686 lflag &= ~ECHOKE;
H A Dtty.c587 if (ISSET(lflag, ECHOKE) &&
595 ISSET(lflag, ECHOKE))

Completed in 26 milliseconds