Lines Matching defs:stackp
106 char_type *stackp;
176 file->stackp = file->de_stack;
202 register char_type *stackp, *de_stack;
211 stackp = file->stackp;
216 while (stackp > de_stack && buf < bufend)
217 *buf++ = *--stackp;
243 *stackp++ = finchar;
258 *stackp++ = file->tab_suffix[code];
262 *stackp++ = finchar;
278 file->stackp = stackp;