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

/freebsd-current/usr.bin/tail/
H A Dextern.h72 int mapprint(struct mapinfo *, off_t, off_t);
H A Dmisc.c71 mapprint(struct mapinfo *mip, off_t startoff, off_t len) function
H A Dreverse.c145 if (mapprint(&map, curoff + 1, lineend - curoff - 1) != 0) {
161 if (curoff < 0 && mapprint(&map, 0, lineend) != 0) {
H A Dforward.c221 if (mapprint(&map, curoff, size - curoff) != 0) {

Completed in 160 milliseconds