Lines Matching refs:incode
830 u_int incode, oldcode, finchar; local
918 incode = accm >> tgtbitno;
922 if (incode == CLEAR) {
943 if (incode > max_ent + 2 || incode > db->maxmaxcode
944 || (incode > max_ent && oldcode == CLEAR)) {
948 db->unit, incode, oldcode);
956 if (incode > max_ent) {
960 finchar = incode;
1023 db->unit, codelen, incode, max_ent);
1077 oldcode = incode;
1105 incode, finchar, db->dict[finchar].cptr, max_ent);
1108 db->unit, incode, finchar);