Lines Matching refs:slide
139 uch slide[WINDOW];
149 ulg wp; /* current position in slide */
185 to be usable as if it were declared "uch slide[32768];" or as just
186 "uch *slide;" and then malloc'ed in the latter case. The definition
224 uch* slide;
229 slide = state->slide;
258 *p++ = slide[w++] = (uch)t->v.n;
302 *p++ = slide[w++] = slide[d++];
359 *p++ = state->slide[w++] = (uch)GETBITS(8);
665 *p++ = state->slide[w++] = state->slide[d++];
677 *p++ = state->slide[w++] = (uch)GETBITS(8);