stack_ptr 25 core/action_stack.c int stack_ptr; // Current position in stack stack_ptr 91 core/action_stack.c stack->stack_ptr = 1; stack_ptr 133 core/action_stack.c p->stack_ptr = -1; stack_ptr 166 core/action_stack.c return active_stack->stack[active_stack->stack_ptr-n]; stack_ptr 175 core/action_stack.c return active_stack->stack[active_stack->stack_ptr--]; stack_ptr 193 core/action_stack.c active_stack->stack[++active_stack->stack_ptr] = p; stack_ptr 439 core/action_stack.c while (process && (active_stack->stack_ptr >= 0)) stack_ptr 451 core/action_stack.c sprintf(buf,"AS Error - Not a Function. Aborting. %d %08x %08x.",active_stack->stack_ptr,id,f); stack_ptr 458 core/action_stack.c if (active_stack->stack_ptr < 0)