Searched refs:mapprint (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/tail/ |
H A D | reverse.c | 145 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 D | extern.h | 72 int mapprint(struct mapinfo *, off_t, off_t);
|
H A D | misc.c | 71 mapprint(struct mapinfo *mip, off_t startoff, off_t len) in mapprint() function
|
H A D | forward.c | 221 if (mapprint(&map, curoff, size - curoff) != 0) { in rlines()
|