Lines Matching refs:nexprs
3134 size_t start, size_t *nexprs) in bc_parse_operator() argument
3150 *nexprs -= !BC_PARSE_OP_PREFIX(t); in bc_parse_operator()
3426 int rparen, int bin_last, size_t *nexprs) in bc_parse_minus() argument
3440 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
4172 size_t nexprs = 0, ops_bgn = p->ops.len; in bc_parse_expr_err() local
4195 s = bc_parse_incdec(p, &prev, &nexprs, flags); in bc_parse_expr_err()
4203 s = bc_parse_minus(p, &prev, ops_bgn, rprn, bin_last, &nexprs); in bc_parse_expr_err()
4248 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()
4289 s = bc_parse_rightParen(p, ops_bgn, &nexprs); in bc_parse_expr_err()
4302 ++nexprs; in bc_parse_expr_err()
4313 nexprs += 1; in bc_parse_expr_err()
4333 ++nexprs; in bc_parse_expr_err()
4347 ++nexprs; in bc_parse_expr_err()
4361 ++nexprs; in bc_parse_expr_err()
4374 ++nexprs; in bc_parse_expr_err()
4402 nexprs -= !BC_PARSE_OP_PREFIX(top); in bc_parse_expr_err()
4406 if (nexprs != 1) return bc_parse_err(p, BC_ERROR_PARSE_EXPR); in bc_parse_expr_err()