Searched refs:stackp (Results 1 – 2 of 2) sorted by relevance
10 static Datum *stackp; /* next free spot on stack */ variable34 stackp = stack; in initcode()43 if (stackp >= &stack[NSTACK]) in push()45 *stackp++ = d; in push()51 if (stackp == stack) in pop()53 return *--stackp; in pop()59 if (stackp == stack) in xpop()61 --stackp; in xpop()170 fp->argn = stackp - 1; /* last argument */ in call()175 arg = stackp - fp->nargs; in call()
720 uchar *stackp; in decompress() local738 stackp = de_stack; in decompress()754 *stackp++ = finchar; in decompress()762 *stackp++ = tab_suffixof(code); in decompress()765 *stackp++ = finchar = tab_suffixof(code); in decompress()771 putchar(*--stackp); in decompress()772 } while (stackp > de_stack); in decompress()