Lines Matching refs:opStack
54 opStack[popOp++]= lastScope; in pushScope()
55 opStack[popOp++]= startId; in pushScope()
56 opStack[popOp++]= endId; in pushScope()
57 opStack[popOp++]= lastId; in pushScope()
58 opStack[popOp++]= arg1; in pushScope()
59 opStack[popOp++]= arg2; in pushScope()
60 opStack[popOp++]= numArc; in pushScope()
68 arcLoc= opStack[--popOp]; in popScope()
69 arg2= opStack[--popOp]; in popScope()
70 arg1= opStack[--popOp]; in popScope()
71 lastId= opStack[--popOp]; in popScope()
72 endId= opStack[--popOp]; in popScope()
73 startId= opStack[--popOp]; in popScope()
74 lastScope= opStack[--popOp]; in popScope()