Lines Matching defs:this
16 include such an acknowledgment, I would appreciate that you keep this
33 /* __MVS__ complains hard about this one K&R prototype -- go figure */
59 code this; /* table entry for duplication */
95 lens[] are in the range 0..MAXBITS. The caller must assure this.
97 symbol does not occur in this code.
124 this.op = (unsigned char)64; /* invalid code marker */
125 this.bits = (unsigned char)1;
126 this.val = (unsigned short)0;
127 *(*table)++ = this; /* make a table to force an error */
128 *(*table)++ = this;
156 Create and fill in decoding tables. In this loop, the table being
171 counts are used for this, and so count[] is decremented as codes are
183 routine permits incomplete codes, so another loop after this one fills
224 this.bits = (unsigned char)(len - drop);
226 this.op = (unsigned char)0;
227 this.val = work[sym];
230 this.op = (unsigned char)(extra[work[sym]]);
231 this.val = base[work[sym]];
234 this.op = (unsigned char)(32 + 64); /* end of block */
235 this.val = 0;
244 next[(huff >> drop) + fill] = this;
304 this.op = (unsigned char)64; /* invalid code marker */
305 this.bits = (unsigned char)(len - drop);
306 this.val = (unsigned short)0;
313 this.bits = (unsigned char)len;
317 next[huff >> drop] = this;