Home
last modified time | relevance | path

Searched refs:TS_ERASE (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtty.h210 #define TS_ERASE 0x02000 /* Within a \.../ for PRTRUB. */ macro
213 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/xnu-8019.80.24/bsd/kern/
H A Dtty.c763 if (ISSET(tp->t_state, TS_ERASE)) { in ttyinput()
767 CLR(tp->t_state, TS_ERASE); in ttyinput()
2642 if (!ISSET(tp->t_state, TS_ERASE)) { in ttyrub()
2643 SET(tp->t_state, TS_ERASE); in ttyrub()
2705 CLR(tp->t_state, TS_ERASE); in ttyretype()