Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dtty.h193 #define TS_ERASE 0x02000 /* Within a \.../ for PRTRUB. */ macro
196 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/mirbsd/src/sys/kern/
Dtty.c559 if (ISSET(tp->t_state, TS_ERASE)) {
563 CLR(tp->t_state, TS_ERASE);
1934 if (!ISSET(tp->t_state, TS_ERASE)) {
1935 SET(tp->t_state, TS_ERASE);
1983 CLR(tp->t_state, TS_ERASE);
/mirbsd/src/usr.sbin/pstat/
Dpstat.c807 { TS_ERASE, 'E'},