Lines Matching refs:BC_LEX_RPAREN
183 for (nparams = 0; p->l.t != BC_LEX_RPAREN; ++nparams) { in bc_parse_params()
204 assert(p->l.t == BC_LEX_RPAREN); in bc_parse_call()
305 if ((p->l.t != BC_LEX_RPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_noArgBuiltin()
327 if (BC_ERR(p->l.t != BC_LEX_RPAREN)) in bc_parse_builtin()
356 if (BC_ERR(p->l.t != BC_LEX_RPAREN)) in bc_parse_scale()
375 last == BC_LEX_RPAREN)) in bc_parse_incdec()
507 if (!paren || p->l.last != BC_LEX_RPAREN) { in bc_parse_return()
628 if (BC_ERR(p->l.t != BC_LEX_RPAREN)) in bc_parse_if()
674 if (BC_ERR(p->l.t != BC_LEX_RPAREN)) in bc_parse_while()
734 if (p->l.t != BC_LEX_RPAREN) in bc_parse_for()
738 if (BC_ERR(p->l.t != BC_LEX_RPAREN)) in bc_parse_for()
815 while (p->l.t != BC_LEX_RPAREN) { in bc_parse_func()
1303 case BC_LEX_RPAREN: in bc_parse_expr_err()
1454 if (BC_ERR(top == BC_LEX_LPAREN || top == BC_LEX_RPAREN)) in bc_parse_expr_err()