Searched refs:vfpGetc (Results 1 – 2 of 2) sorted by relevance
666 while (((c = vfpGetcNoInc(vfp)) != '\0') && (isspace(vfpGetc(vfp)))) in gpkgmapvfp()708 c = vfpGetc(vfp); in gpkgmapvfp()732 (isspace(vfpGetc(vfp)))) in gpkgmapvfp()744 c = vfpGetc(vfp); in gpkgmapvfp()798 c = vfpGetc(vfp); in gpkgmapvfp()
231 #define vfpGetc(VFP) (*(VFP)->_vfpCurr++) macro