Lines Matching defs:op_stack
223 struct tst_expr_tok *op_stack[cnt];
241 while (stack_peek_op(op_stack, op_stack_pos) == TST_OP_NOT)
242 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos));
250 stack_push(op_stack, &op_stack_pos, i);
260 struct tst_expr_tok *op = stack_pop(op_stack, &op_stack_pos);
273 while (stack_peek_op(op_stack, op_stack_pos) == TST_OP_NOT)
274 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos));
281 stack_push(op_stack, &op_stack_pos, i);
295 switch (stack_peek_op(op_stack, op_stack_pos)) {
298 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos));
302 stack_push(op_stack, &op_stack_pos, i);
315 while ((i = stack_pop(op_stack, &op_stack_pos))) {