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

/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c1117 int stopwant; local
1148 stopwant = 0;
1162 stopwant = count;
1178 stopwant = need;
1193 if (stop->size == stopwant)
1196 stopwant = 0;
1229 if (stopwant > 0)
1231 buf_output (outbuf, stop->bufp, stopwant);
1232 stop->bufp += stopwant;
1233 stop->size -= stopwant;
[all...]

Completed in 52 milliseconds