Searched refs:TS_LNCH (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h206 #define TS_LNCH 0x04000 /* Next character is literal. */ macro
208 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c580 if (ISSET(tp->t_state, TS_LNCH)) {
582 CLR(tp->t_state, TS_LNCH);
605 SET(tp->t_state, TS_LNCH);

Completed in 16 milliseconds