Home
last modified time | relevance | path

Searched refs:stack_operand (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_calculator/
Devaluate.c108 STACK_OPERAND stack_operand; in evaluate() local
121 stack_operand.top = -1; in evaluate()
163 pushOperand(&stack_operand, num); in evaluate()
176 if (stack_operand.top < 1) in evaluate()
182 popOperand(&stack_operand, &b); in evaluate()
183 popOperand(&stack_operand, &a); in evaluate()
187 pushOperand(&stack_operand, ans); in evaluate()
196 if (stack_operand.top < 1) in evaluate()
201 popOperand(&stack_operand, &b); in evaluate()
202 popOperand(&stack_operand, &a); in evaluate()
[all …]