Lines Matching refs:ent
461 int ent; in bsd_compress() local
469 #define OUTPUT(ent) \ in bsd_compress() argument
472 accm |= ((ent) << bitno); \ in bsd_compress()
488 ent = proto; in bsd_compress()
513 fcode = BSD_KEY(ent, c); in bsd_compress()
514 hval = BSD_HASH(ent, c, hshift); in bsd_compress()
522 ent = dictp->codem1 + 1; in bsd_compress()
538 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */ in bsd_compress()
542 OUTPUT(ent); /* output the prefix */ in bsd_compress()
574 unsigned short *len2 = lens_ptr(db, ent); in bsd_compress()
578 ent = c; in bsd_compress()
581 OUTPUT(ent); /* output the last code */ in bsd_compress()