Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dtermios.h105 #define VSTATUS 18 /* ICANON together with IEXTEN */ macro
/xnu-11417.121.6/bsd/kern/
H A Dtty.c778 if (CCEQ(cc[VSTATUS], c) && ISSET(lflag, IEXTEN)) { in ttyinput()