Home
last modified time | relevance | path

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

/freebsd/usr.bin/tail/
H A Dmisc.c78 if (maparound(mip, startoff) != 0) in mapprint()
97 maparound(struct mapinfo *mip, off_t offset) in maparound() function
H A Dextern.h73 int maparound(struct mapinfo *, off_t);
H A Dreverse.c128 if (maparound(&map, curoff) != 0) { in r_reg()
H A Dforward.c208 if (curoff < map.mapoff && maparound(&map, curoff) != 0) { in rlines()