Searched refs:maxpos (Results 1 – 1 of 1) sorted by relevance
485 int maxpos = tpos + n; in readLine() local488 while (tpos < maxpos && (c = tbuf[tpos++]) != '\n' && c != '\r'); in readLine()489 if (c == '\r' && tpos < maxpos && tbuf[tpos] == '\n') { in readLine()