Searched refs:VMIN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h102 #define VMIN 16 /* !ICANON */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c1080 if (t->c_cc[VMIN] != tp->t_cc[VMIN] ||
1287 if (nread < tp->t_cc[VMIN] && tp->t_cc[VTIME] == 0)
1662 if (!ISSET(lflag, ICANON) && cc[VMIN] == 0) {
1670 int m = cc[VMIN];
H A Dtty_ptmx.c1011 if (nread < tp->t_cc[VMIN] && tp->t_cc[VTIME] == 0)

Completed in 32 milliseconds