Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tail/
H A Dmisc.c71 if (maparound(mip, startoff) != 0) in mapprint()
90 maparound(struct mapinfo *mip, off_t offset) in maparound() function
H A Dextern.h74 int maparound(struct mapinfo *, off_t);
H A Dreverse.c121 if (maparound(&map, curoff) != 0) { in r_reg()
H A Dforward.c209 if (curoff < map.mapoff && maparound(&map, curoff) != 0) { in rlines()