Lines Matching refs:BC_LEX_LPAREN
267 if (t == BC_LEX_LPAREN) break; in bc_parse_operator()
304 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) in bc_parse_rightParen()
462 else if (p->l.t == BC_LEX_LPAREN) in bc_parse_name()
502 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_noArgBuiltin()
526 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_builtin()
570 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_builtin3()
664 if (p->l.t != BC_LEX_LPAREN) in bc_parse_scale()
765 if (BC_ERR(p->l.t == BC_LEX_LPAREN)) in bc_parse_incdec()
894 paren = (t == BC_LEX_LPAREN); in bc_parse_return()
1143 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_if()
1208 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_while()
1238 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_for()
1403 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_FUNC); in bc_parse_func()
1702 case BC_LEX_LPAREN: in bc_parse_stmt()
2031 pfirst = (p->l.t == BC_LEX_LPAREN); in bc_parse_expr_err()
2191 case BC_LEX_LPAREN: in bc_parse_expr_err()
2213 if (BC_ERR(p->l.last == BC_LEX_LPAREN)) in bc_parse_expr_err()
2505 if (BC_ERR(top == BC_LEX_LPAREN || top == BC_LEX_RPAREN)) in bc_parse_expr_err()