Lines Matching +defs:ind +defs:stack
81 struct ind {
94 struct ind *me = (struct ind *)in_desc;
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp,
216 unsigned stack; /* next position for reversed string */
265 stack = 0;
325 match[stack++] = (unsigned char)final;
330 p = match + stack;
335 stack = p - match;
336 match[stack++] = (unsigned char)code;
350 while (stack > SIZE - outcnt) {
352 outbuf[outcnt++] = match[--stack];
359 p = match + stack;
363 stack = 0;
388 struct ind ind, *indp;
392 ind.infile = infile;
393 ind.inbuf = inbuf;
394 indp = &ind;