Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/pmcstudy/
H A Deval_expr.c94 case TYPE_OP_DIVIDE: in validate_expr()
116 (exp->next->type == TYPE_OP_DIVIDE) || in validate_expr()
187 case TYPE_OP_DIVIDE: in print_exp()
339 (at->type == TYPE_OP_DIVIDE)) { in add_precendence()
382 } else if ((at->type == TYPE_OP_DIVIDE) || in set_math_precidence()
492 at->type = TYPE_OP_DIVIDE; in parse_expression()
623 case TYPE_OP_DIVIDE: in run_expr()
660 (op->type != TYPE_OP_DIVIDE)) { in run_expr()
H A Deval_expr.h35 TYPE_OP_DIVIDE, enumerator