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

/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgrep.c532 static char const *lastnl; /* Pointer after last newline counted. */ variable
536 static uintmax_t totalnl; /* Total newline count before lastnl. */
563 for (beg = lastnl; beg != lim; beg = memchr (beg, eolbyte, lim - beg), beg++)
566 lastnl = lim;
597 lastnl = lim;
862 lastnl = bufbeg;

Completed in 82 milliseconds