taglinefilesource code
ush98zBoot/gzip.hEXTERN(ush, d_buf);          /* buffer for distances, see trees.c */
ush104zBoot/gzip.hEXTERN(ush, tab_prefix);  /* prefix code (see unlzw.c) */
ush108zBoot/gzip.hEXTERN(ush, tab_prefix0); /* prefix for even codes */
ush109zBoot/gzip.hEXTERN(ush, tab_prefix1); /* prefix for odd  codes */
ush197zBoot/gzip.houtbuf[outcnt++] = (uch) ((ush)(w) >> 8); \
ush200zBoot/gzip.hput_byte((uch)((ush)(w) >> 8)); \
ush216zBoot/gzip.h#define SH(p) ((ush)(uch)((p)[0]) | ((ush)(uch)((p)[1]) << 8))
ush251zBoot/gzip.hvoid lm_init OF((int pack_level, ush *flags));
ush255zBoot/gzip.hvoid ct_init     OF((ush *attr, int *method));
ush27zBoot/inflate.cush n;              /* literal, length base, or distance base */
ush34zBoot/inflate.cint huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *,
ush51zBoot/inflate.cstatic ush cplens[] = {         /* Copy lengths for literal codes 257..285 */
ush55zBoot/inflate.cstatic ush cplext[] = {         /* Extra bits for literal codes 257..285 */
ush58zBoot/inflate.cstatic ush cpdist[] = {         /* Copy offsets for distance codes 0..29 */
ush62zBoot/inflate.cstatic ush cpdext[] = {         /* Extra bits for distance codes */
ush71zBoot/inflate.cush mask_bits[] = {
ush103zBoot/inflate.cush *d;                 /* list of base values for non-simple codes */
ush104zBoot/inflate.cush *e;                 /* list of extra bits for non-simple codes */