Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h165 #define TS_ERASE 0x02000 /* Within a \.../ for PRTRUB. */ macro
168 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/dragonfly/sys/kern/
H A Dtty.c701 if (ISSET(tp->t_state, TS_ERASE)) { in ttyinput()
705 CLR(tp->t_state, TS_ERASE); in ttyinput()
2256 if (!ISSET(tp->t_state, TS_ERASE)) { in ttyrub()
2257 SET(tp->t_state, TS_ERASE); in ttyrub()
2324 CLR(tp->t_state, TS_ERASE); in ttyretype()
/dragonfly/usr.sbin/pstat/
H A Dpstat.c799 { TS_ERASE, 'E'},