Searched refs:stackp (Results 1 – 5 of 5) sorted by relevance
156 sp->prev = stackp; in stnewblock()160 stackp = sp; in stnewblock()208 mark->stackp = stackp; in setstackmark()212 if (stackp != NULL && stacknxt == SPACE(stackp)) in setstackmark()223 while (stackp != mark->stackp) { in popstackmark()224 sp = stackp; in popstackmark()225 stackp = sp->prev; in popstackmark()271 if (stackp != NULL && stacknxt == SPACE(stackp)) { in growstackblock()273 oldstackp = stackp; in growstackblock()276 sp->prev = stackp; in growstackblock()[all …]
41 struct stack_block *stackp; member
175 thread_stack_ll **stackp = &temp_stacks; in thread_cleanup_handler() local176 while (*stackp) { in thread_cleanup_handler()177 thread_stack_ll *stack = *stackp; in thread_cleanup_handler()181 *stackp = stack->next; in thread_cleanup_handler()184 stackp = &stack->next; in thread_cleanup_handler()197 *stackp = thread_stacks; in thread_cleanup_handler()
130 unsigned char *stackp; member255 state->stackp = state->stack; in compress_bidder_init()290 if (state->stackp > state->stack) { in compress_filter_read()291 *p++ = *--state->stackp; in compress_filter_read()377 *state->stackp++ = state->finbyte; in next_code()383 *state->stackp++ = state->suffix[code]; in next_code()386 *state->stackp++ = state->finbyte = code; in next_code()
168 #define stackp zs->u.r.zs_stackp macro510 stackp = de_stack; in zread()531 *stackp++ = finchar; in zread()543 *stackp++ = tab_suffixof(code); in zread()546 *stackp++ = finchar = tab_suffixof(code); in zread()552 *bp++ = *--stackp; in zread()553 } while (stackp > de_stack); in zread()