Lines Matching refs:incode
804 u_int incode, oldcode, finchar; in bsd_decompress() local
892 incode = accm >> tgtbitno; in bsd_decompress()
896 if (incode == CLEAR) { in bsd_decompress()
917 if (incode > max_ent + 2 || incode > db->maxmaxcode in bsd_decompress()
918 || (incode > max_ent && oldcode == CLEAR)) { in bsd_decompress()
922 db->unit, incode, oldcode); in bsd_decompress()
930 if (incode > max_ent) { in bsd_decompress()
934 finchar = incode; in bsd_decompress()
997 db->unit, codelen, incode, max_ent); in bsd_decompress()
1051 oldcode = incode; in bsd_decompress()
1079 incode, finchar, db->dict[finchar].cptr, max_ent); in bsd_decompress()
1082 db->unit, incode, finchar); in bsd_decompress()