Searched defs:opstack (Results 1 – 4 of 4) sorted by relevance
53 unsigned char opstack[MAXSP]; /* expression operation stack */ in Pass2() local
78 int opstack; /* operand stack depth */ variable
104 int opstack; /* operand stack depth */ variable
2047 S_dofindlabel(pTHX_ OP *o, char *label, OP **opstack, OP **oplimit) in S_dofindlabel()