Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h167 #define TS_TYPEN 0x08000 /* Retyping suspended input (PENDIN). */ macro
168 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/dragonfly/usr.sbin/pstat/
H A Dpstat.c801 { TS_TYPEN, 'P'},
/dragonfly/sys/kern/
H A Dtty.c470 if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP)) in ttyinput()
1655 SET(tp->t_state, TS_TYPEN); in ttypend()
1667 CLR(tp->t_state, TS_TYPEN); in ttypend()