Lines Matching refs:left
249 int left = *maxread;
260 while (left && ch) {
263 left--;
268 if ((left -= 2) < 0) {
294 left += 2;
307 *maxread = left;
314 while ((left > 1) && ch) {
315 GET_UTF16(ch, ((left -= 2) >= 0 ? get(pb) : 0), break;)
318 if (left < 0)
319 left += 2; /* did not read last char from pb */
323 while (left && ch) {
326 left--;
337 *maxread = left;