Lines Matching refs:nexprs
252 bc_parse_operator(BcParse* p, BcLexType type, size_t start, size_t* nexprs) in bc_parse_operator() argument
284 *nexprs -= !BC_PARSE_OP_PREFIX(t); in bc_parse_operator()
299 bc_parse_rightParen(BcParse* p, size_t* nexprs) in bc_parse_rightParen() argument
308 *nexprs -= !BC_PARSE_OP_PREFIX(top); in bc_parse_rightParen()
793 bool binlast, size_t* nexprs) in bc_parse_minus() argument
806 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
2003 size_t nexprs, ops_bgn; in bc_parse_expr_err() local
2031 nexprs = 0; in bc_parse_expr_err()
2058 bc_parse_incdec(p, &prev, &can_assign, &nexprs, flags); in bc_parse_expr_err()
2091 bc_parse_minus(p, &prev, ops_bgn, rprn, bin_last, &nexprs); in bc_parse_expr_err()
2171 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()
2228 bc_parse_rightParen(p, &nexprs); in bc_parse_expr_err()
2248 nexprs += 1; in bc_parse_expr_err()
2266 nexprs += 1; in bc_parse_expr_err()
2283 nexprs += 1; in bc_parse_expr_err()
2310 nexprs += 1; in bc_parse_expr_err()
2335 nexprs += 1; in bc_parse_expr_err()
2371 nexprs += 1; in bc_parse_expr_err()
2390 nexprs += 1; in bc_parse_expr_err()
2408 nexprs += 1; in bc_parse_expr_err()
2494 nexprs -= !BC_PARSE_OP_PREFIX(top); in bc_parse_expr_err()
2501 if (BC_ERR(nexprs != 1)) bc_parse_err(p, BC_ERR_PARSE_EXPR); in bc_parse_expr_err()