Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c107 case TYPE_PARN_OPEN: in validate_expr()
188 case TYPE_PARN_OPEN: in print_exp()
219 ex->type = TYPE_PARN_OPEN; in walk_back_and_insert_paren()
246 } else if (at->type == TYPE_PARN_OPEN) { in walk_back_and_insert_paren()
290 } else if (at->type == TYPE_PARN_OPEN) { in walk_fwd_and_insert_paren()
294 if (at->type == TYPE_PARN_OPEN) { in walk_fwd_and_insert_paren()
329 if (at->type == TYPE_PARN_OPEN) { in add_precendence()
373 if (at->type == TYPE_PARN_OPEN) { in set_math_precidence()
472 at->type = TYPE_PARN_OPEN; in parse_expression()
558 if (exp->type == TYPE_PARN_OPEN) { in gather_exp_to_paren_close()
[all …]
H A Deval_expr.h34 TYPE_PARN_OPEN, enumerator