Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dtty.h195 #define TS_TYPEN 0x08000 /* Retyping suspended input (PENDIN). */ macro
196 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/openbsd/src/sys/kern/
Dtty.c305 if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP)) in ttyinput()
1464 SET(tp->t_state, TS_TYPEN); in ttypend()
1470 CLR(tp->t_state, TS_TYPEN); in ttypend()
/openbsd/src/usr.sbin/pstat/
Dpstat.c984 { TS_TYPEN, 'P'},