Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dtty.h202 #define TS_ERASE 0x02000 /* Within a \.../ for PRTRUB. */ macro
205 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/netbsd-src/sys/kern/
H A Dtty.c866 if (ISSET(tp->t_state, TS_ERASE)) { in ttyinput_wlock()
870 CLR(tp->t_state, TS_ERASE); in ttyinput_wlock()
2496 if (!ISSET(tp->t_state, TS_ERASE)) { in ttyrub()
2497 SET(tp->t_state, TS_ERASE); in ttyrub()
2548 CLR(tp->t_state, TS_ERASE); in ttyretype()
/netbsd-src/usr.sbin/pstat/
H A Dpstat.c827 { TS_ERASE, 'E'},