Home
last modified time | relevance | path

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

/freebsd/usr.bin/tail/
H A Dreverse.c145 if (mapprint(&map, curoff + 1, lineend - curoff - 1) != 0) { in r_reg()
161 if (curoff < 0 && mapprint(&map, 0, lineend) != 0) { in r_reg()
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) in mapprint() function
H A Dforward.c221 if (mapprint(&map, curoff, size - curoff) != 0) { in rlines()