Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dtty.h212 #define TS_TYPEN 0x08000 /* Retyping suspended input (PENDIN). */ macro
213 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/xnu-8792.41.9/bsd/kern/
H A Dtty.c505 if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP)) { in ttyinput()
1970 SET(tp->t_state, TS_TYPEN); in ttypend()
1977 CLR(tp->t_state, TS_TYPEN); in ttypend()