Searched refs:phere (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcdos.c49 Sfoff_t phere; member in struct:_dosdisc
77 dp->maptable[n].physical = dp->phere;
131 dp->plast=dp->phere;
132 dp->phere +=n;
216 dp->pmax = dp->phere;
297 if(offset==dp->phere)
301 else if(offset<dp->plast || offset>dp->phere)
324 dp->phere = mp->physical;
331 if(whence==SEEK_CUR && dp->phere>=offset)
357 dp->phere
[all...]

Completed in 67 milliseconds