Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c90 case TYPE_OP_MINUS: in validate_expr()
113 (exp->next->type == TYPE_OP_MINUS) || in validate_expr()
179 case TYPE_OP_MINUS: in print_exp()
378 (at->type == TYPE_OP_MINUS)) { in set_math_precidence()
487 at->type = TYPE_OP_MINUS; in parse_expression()
615 case TYPE_OP_MINUS: in run_expr()
657 (op->type != TYPE_OP_MINUS) && in run_expr()
H A Deval_expr.h31 TYPE_OP_MINUS, enumerator