HomeSort by: relevance | last modified time | path
    Searched refs:lastnl (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/qsubst/
qsubst.c 261 int lastnl; local
277 lastnl = 0;
287 lastnl = 0;
290 lastnl = 1;
293 if (!lastnl)
  /src/external/gpl2/grep/dist/src/
grep.c 470 static char const *lastnl; /* Pointer after last newline counted. */ variable
474 static uintmax_t totalnl; /* Total newline count before lastnl. */
501 for (beg = lastnl; beg != lim; beg = memchr (beg, eolbyte, lim - beg), beg++)
504 lastnl = lim;
535 lastnl = lim;
821 lastnl = bufbeg;

Completed in 48 milliseconds