Lines Matching defs:CLEAR
172 #define CLEAR 256 /* table clear output code */
197 * clear the dictionary
221 * the absence of CLEAR codes (while packets are incompressible), they
224 static int /* 1=output CLEAR */
621 OUTPUT(CLEAR); /* do not count the CLEAR */
869 oldcode = CLEAR;
896 if (incode == CLEAR) {
908 printf("bsd_decomp%d: bad CLEAR\n", db->unit);
918 || (incode > max_ent && oldcode == CLEAR)) {
1010 if (oldcode != CLEAR && max_ent < db->maxmaxcode) {
1057 * clear the dictionary at the right times.