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

/xnu-2422.115.4/bsd/sys/
H A Dtermios.h102 #define VMIN 16 /* !ICANON */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty.c1325 if (t->c_cc[VMIN] != tp->t_cc[VMIN] ||
1585 if (nread < tp->t_cc[VMIN] && tp->t_cc[VTIME] == 0)
2018 if (ISSET(lflag, ICANON) || cc[VMIN] != 0) {
2025 int m = cc[VMIN];
H A Dtty_ptmx.c1040 if (nread < tp->t_cc[VMIN] && tp->t_cc[VTIME] == 0)

Completed in 33 milliseconds