Lines Matching defs:out
225 struct tst_expr_tok *out[cnt + 1];
239 stack_push(out, &out_pos, i);
242 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos));
270 stack_push(out, &out_pos, op);
274 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos));
298 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos));
321 stack_push(out, &out_pos, i);
325 out[out_pos] = NULL;
328 out[j]->next = out[j + 1];
330 expr->rpn = out[0];
384 fprintf(stderr, "Eval out of stack!\n");