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