Lines Matching refs:fcode
108 u_int32_t fcode; member
461 u_int32_t accm = 0, fcode; in bsd_compress() local
562 fcode = BSD_KEY(ent, c); in bsd_compress()
569 if (dictp->f.fcode == fcode) { in bsd_compress()
583 } while (dictp->f.fcode != fcode); in bsd_compress()
605 dictp->f.fcode = fcode; in bsd_compress()
671 u_int32_t fcode; in bsd_incomp() local
707 fcode = BSD_KEY(ent, c); in bsd_incomp()
714 if (dictp->f.fcode == fcode) { in bsd_incomp()
728 } while (dictp->f.fcode != fcode); in bsd_incomp()
750 dictp->f.fcode = fcode; in bsd_incomp()
1011 u_int32_t fcode; in bsd_decompress() local
1014 fcode = BSD_KEY(oldcode,finchar); in bsd_decompress()
1039 dictp->f.fcode = fcode; in bsd_decompress()