Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c92 case TYPE_OP_DIVIDE: in validate_expr()
114 (exp->next->type == TYPE_OP_DIVIDE) || in validate_expr()
185 case TYPE_OP_DIVIDE: in print_exp()
337 (at->type == TYPE_OP_DIVIDE)) { in add_precendence()
380 } else if ((at->type == TYPE_OP_DIVIDE) || in set_math_precidence()
490 at->type = TYPE_OP_DIVIDE; in parse_expression()
621 case TYPE_OP_DIVIDE: in run_expr()
658 (op->type != TYPE_OP_DIVIDE)) { in run_expr()
H A Deval_expr.h33 TYPE_OP_DIVIDE, enumerator