Searched refs:TS_ERASE (Results 1 – 2 of 2) sorted by relevance
211 #define TS_ERASE 0x02000 /* Within a \.../ for PRTRUB. */ macro214 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
824 if (ISSET(tp->t_state, TS_ERASE)) { in ttyinput()828 CLR(tp->t_state, TS_ERASE); in ttyinput()2747 if (!ISSET(tp->t_state, TS_ERASE)) { in ttyrub()2748 SET(tp->t_state, TS_ERASE); in ttyrub()2810 CLR(tp->t_state, TS_ERASE); in ttyretype()