Lines Matching refs:fcode
112 uint32_t fcode; member
463 uint32_t accm = 0, fcode; in bsd_compress() local
564 fcode = BSD_KEY(ent, c); in bsd_compress()
571 if (dictp->f.fcode == fcode) { in bsd_compress()
585 } while (dictp->f.fcode != fcode); in bsd_compress()
607 dictp->f.fcode = fcode; in bsd_compress()
673 uint32_t fcode; in bsd_incomp() local
708 fcode = BSD_KEY(ent, c); in bsd_incomp()
715 if (dictp->f.fcode == fcode) { in bsd_incomp()
729 } while (dictp->f.fcode != fcode); in bsd_incomp()
751 dictp->f.fcode = fcode; in bsd_incomp()
1012 uint32_t fcode; in bsd_decompress() local
1015 fcode = BSD_KEY(oldcode,finchar); in bsd_decompress()
1040 dictp->f.fcode = fcode; in bsd_decompress()