Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtty.h211 #define TS_LNCH 0x04000 /* Next character is literal. */ macro
213 #define TS_LOCAL (TS_BKSL | TS_CNTTB | TS_ERASE | TS_LNCH | TS_TYPEN)
/xnu-8019.80.24/bsd/kern/
H A Dtty.c512 if (ISSET(tp->t_state, TS_LNCH)) { in ttyinput()
514 CLR(tp->t_state, TS_LNCH); in ttyinput()
538 SET(tp->t_state, TS_LNCH); in ttyinput()