Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c89 case TYPE_OP_PLUS: in validate_expr()
112 if ((exp->next->type == TYPE_OP_PLUS) || in validate_expr()
176 case TYPE_OP_PLUS: in print_exp()
377 } else if ((at->type == TYPE_OP_PLUS) || in set_math_precidence()
484 at->type = TYPE_OP_PLUS; in parse_expression()
612 case TYPE_OP_PLUS: in run_expr()
655 if ((op->type != TYPE_OP_PLUS) && in run_expr()
H A Deval_expr.h30 TYPE_OP_PLUS, enumerator