Home
last modified time | relevance | path

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; in unshrink()
137 for (code = 0; code < BOGUSCODE; ++code) { in unshrink()
139 parent[code] = BOGUSCODE; in unshrink()
141 for (code = BOGUSCODE+1; code < HSIZE; ++code) in unshrink()
176 if (code == BOGUSCODE) { /* possible to have consecutive escapes? */ in unshrink()
185 lastfreecode = BOGUSCODE; /* reset start of free-node search */ in unshrink()
210 } while (curcode != BOGUSCODE); in unshrink()
294 for (code = BOGUSCODE+1; code < HSIZE; ++code) { in partial_clear()
297 if (cparent > BOGUSCODE && cparent != FREE_CODE) in partial_clear()
[all …]