Searched refs:stack_elt (Results 1 – 1 of 1) sorted by relevance
326 int stack_elt; in execute_stack_op() local329 stack_elt = 1; in execute_stack_op()500 if (stack_elt < 1) in execute_stack_op()506 if (--stack_elt < 0) in execute_stack_op()518 if (stack_elt < 2) in execute_stack_op()527 if (stack_elt < 3) in execute_stack_op()545 if (--stack_elt < 0) in execute_stack_op()547 result = stack[stack_elt]; in execute_stack_op()689 if (--stack_elt < 0) in execute_stack_op()713 if (--stack_elt < 0) in execute_stack_op()[all …]
Completed in 5 milliseconds