Searched refs:ptrlim (Results 1 – 1 of 1) sorted by relevance
1796 char *ptrlim = ptr + bytes_read; in fillbuf() local1807 if (buf->buf == ptrlim) in fillbuf()1809 if (line_start != ptrlim && ptrlim[-1] != eol) in fillbuf()1810 *ptrlim++ = eol; in fillbuf()1815 while ((p = memchr (ptr, eol, ptrlim - ptr))) in fillbuf()1850 ptr = ptrlim; in fillbuf()