Home
last modified time | relevance | path

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

/netbsd/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/sys/kern/
H A Dtty.c870 if (ISSET(tp->t_state, TS_ERASE)) { in ttyinput_wlock()
874 CLR(tp->t_state, TS_ERASE); in ttyinput_wlock()
2500 if (!ISSET(tp->t_state, TS_ERASE)) { in ttyrub()
2501 SET(tp->t_state, TS_ERASE); in ttyrub()
2552 CLR(tp->t_state, TS_ERASE); in ttyretype()
/netbsd/usr.sbin/pstat/
H A Dpstat.c827 { TS_ERASE, 'E'},