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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h205 #define TS_ERASE 0x02000 /* Within a \.../ for PRTRUB. */ macro
208 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c821 if (ISSET(tp->t_state, TS_ERASE)) {
825 CLR(tp->t_state, TS_ERASE);
2553 if (!ISSET(tp->t_state, TS_ERASE)) {
2554 SET(tp->t_state, TS_ERASE);
2612 CLR(tp->t_state, TS_ERASE);

Completed in 71 milliseconds