Searched refs:mapprint (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/tail/ |
H A D | reverse.c | 138 if (mapprint(&map, curoff + 1, lineend - curoff - 1) != 0) { in r_reg() 154 if (curoff < 0 && mapprint(&map, 0, lineend) != 0) { in r_reg()
|
H A D | extern.h | 73 int mapprint(struct mapinfo *, off_t, off_t);
|
H A D | misc.c | 64 mapprint(struct mapinfo *mip, off_t startoff, off_t len) in mapprint() function
|
H A D | forward.c | 222 if (mapprint(&map, curoff, size - curoff) != 0) { in rlines()
|