Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c139 case TYPE_PARN_CLOSE: in validate_expr()
191 case TYPE_PARN_CLOSE: in print_exp()
238 } else if (at->type == TYPE_PARN_CLOSE) { in walk_back_and_insert_paren()
244 if (at->type == TYPE_PARN_CLOSE) { in walk_back_and_insert_paren()
278 ex->type = TYPE_PARN_CLOSE; in walk_fwd_and_insert_paren()
296 } else if (at->type == TYPE_PARN_CLOSE) { in walk_fwd_and_insert_paren()
332 if (at->type == TYPE_PARN_CLOSE) { in add_precendence()
362 if (at->type == TYPE_PARN_CLOSE) { in set_math_precidence()
475 at->type = TYPE_PARN_CLOSE; in parse_expression()
641 if ((rest->type == TYPE_PARN_CLOSE) && (initial_call == 0)) { in run_expr()
H A Deval_expr.h35 TYPE_PARN_CLOSE, enumerator