Searched defs:lineend (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c102 off_t curoff, size, lineend; local
117 lineend = size;
138 if (mapprint(&map, curoff + 1, lineend - curoff - 1) != 0) {
142 lineend = curoff + 1;
154 if (curoff < 0 && mapprint(&map, 0, lineend) != 0) {

Completed in 58 milliseconds