Home
last modified time | relevance | path

Searched refs:lastout (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/grep/
Dgrep.c533 static char const *lastout; /* Pointer after last character output; variable
627 lastout = lim; in prline()
657 lastout = lim; in prline()
667 if (!lastout) in prpending()
668 lastout = bufbeg; in prpending()
669 while (pending > 0 && lastout < lim) in prpending()
671 char const *nl = memchr (lastout, eolbyte, lim - lastout); in prpending()
675 || (((*execute) (lastout, nl - lastout, &match_size, 0) == (size_t) -1) in prpending()
677 prline (lastout, nl + 1, '-'); in prpending()
702 bp = lastout ? lastout : bufbeg; in prtext()
[all …]
DChangeLog776 compile, execute, fillbuf, lastnl, lastout, nlscan, prline,
/freebsd-10-stable/usr.bin/csup/
Dstream.c1057 size_t lastin, lastout, ate, prod; in zfilter_flush() local
1089 lastout = state->avail_out; in zfilter_flush()
1094 prod = lastout - state->avail_out; in zfilter_flush()
1113 size_t lastin, lastout, new; in zfilter_fill() local
1134 lastout = state->avail_out; in zfilter_fill()
1137 new = lastout - state->avail_out; in zfilter_fill()