Searched defs:_vfp (Results 1 – 1 of 1) sorted by relevance
127 struct _vfp { struct128 FILE *_vfpFile; /* -> opened FILE */ argument129 char *_vfpCurr; /* -> current byte to read/write */ argument130 char *_vfpHighWater; /* -> last byte modified */ argument131 char *_vfpEnd; /* -> last data byte */ argument132 char *_vfpPath; /* -> path associated with FILE */ argument133 char *_vfpStart; /* -> first data byte */ argument134 void *_vfpExtra; /* undefined */ argument135 size_t _vfpSize; /* size of mapped/allocated area */ argument136 size_t _vfpMapSize; /* # mapped bytes */ argument[all …]