Searched refs:FF_OFF (Results 1 – 3 of 3) sorted by relevance
50 #define FF_OFF 0016 macro
505 if ((fp->decode.peek = sfgetc(fp->fp)) != FF_OFF) in findopen()806 fp->decode.count += c - FF_OFF; in findread()999 sfprintf(fp->fp, "%ld", n - fp->encode.prefix + FF_OFF); in findwrite()1178 if (z < 0 || z > 2 * FF_OFF) in findsync()
1410 fastfind: add findwrite(), fix findread() FF_OFF omission