Lines Matching refs:lhere
45 Sfoff_t lhere;
78 dp->maptable[n].logical = dp->lhere;
133 dp->llast = dp->lhere;
144 dp->lhere++;
152 dp->lhere += n;
211 dp->lhere -= count;
213 if(dp->lhere>dp->lmax)
215 dp->lmax = dp->lhere;
298 return(dp->lhere);
306 if(offset<dp->llast || offset > dp->lhere)
325 dp->lhere = mp->logical;
333 if(whence==SEEK_SET && dp->lhere>=offset)
342 offset = dp->lhere;
350 offset += dp->lhere;
358 dp->lhere = offset;