Lines Matching defs:stackp
105 char_type *stackp;
175 file->stackp = file->de_stack;
201 register char_type *stackp, *de_stack;
210 stackp = file->stackp;
215 while (stackp > de_stack && buf < bufend)
216 *buf++ = *--stackp;
242 *stackp++ = finchar;
257 *stackp++ = file->tab_suffix[code];
261 *stackp++ = finchar;
277 file->stackp = stackp;