Searched refs:BOGUSCODE (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/unzip/
H A Dunshrink.c85 #define BOGUSCODE 256 macro
125 lastfreecode = BOGUSCODE;
137 for (code = 0; code < BOGUSCODE; ++code) {
139 parent[code] = BOGUSCODE;
141 for (code = BOGUSCODE+1; code < HSIZE; ++code)
176 if (code == BOGUSCODE) { /* possible to have consecutive escapes? */
185 lastfreecode = BOGUSCODE; /* reset start of free-node search */
210 } while (curcode != BOGUSCODE);
294 for (code = BOGUSCODE+1; code < HSIZE; ++code) {
297 if (cparent > BOGUSCODE
[all...]

Completed in 66 milliseconds