Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h99 #define VLNEXT 14 /* IEXTEN */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c310 cc[VLNEXT] = ltc->t_lnextc; in ttsetcompat()
467 ltc->t_lnextc = cc[VLNEXT]; in ttcompat()
H A Dtty.c529 if (CCEQ(cc[VLNEXT], c)) { in ttyinput()