Searched refs:getcode (Results 1 - 3 of 3) sorted by relevance
| /ast/src/cmd/codexlib/compress/ |
| H A D | compress.c | 311 getcode(State_t* zs, Sfio_t* f, Sfdisc_t* dp) function 589 finchar = oldcode = getcode(zs, f, dp); 598 while ((code = getcode(zs, f, dp)) > -1) { 605 if ((code = getcode(zs, f, dp)) == -1) /* O, untimely death! */
|
| /ast/src/cmd/codexlib/lzd/ |
| H A D | lzd.c | 80 getcode(State_t* state) function 179 while ((c = getcode(state)) != Z_EOF) 184 *s++ = state->fin_char = state->suf_code = state->old_code = c = getcode(state);
|
| /ast/src/lib/libz/ |
| H A D | sfdclzw.c | 304 getcode(LZW_t* zs, Sfio_t* f, Sfdisc_t* dp) function 653 finchar = oldcode = getcode(zs, f, dp); 662 while ((code = getcode(zs, f, dp)) > -1) { 669 if ((code = getcode(zs, f, dp)) == -1) /* O, untimely death! */
|
Completed in 54 milliseconds