Lines Matching refs:nexprs
3141 size_t start, size_t *nexprs) in bc_parse_operator() argument
3157 *nexprs -= !BC_PARSE_OP_PREFIX(t); in bc_parse_operator()
3433 int rparen, int bin_last, size_t *nexprs) in bc_parse_minus() argument
3447 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
4192 size_t nexprs = 0, ops_bgn = p->ops.len; in bc_parse_expr_err() local
4215 s = bc_parse_incdec(p, &prev, &nexprs, flags); in bc_parse_expr_err()
4223 s = bc_parse_minus(p, &prev, ops_bgn, rprn, bin_last, &nexprs); in bc_parse_expr_err()
4268 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()
4309 s = bc_parse_rightParen(p, ops_bgn, &nexprs); in bc_parse_expr_err()
4322 ++nexprs; in bc_parse_expr_err()
4333 nexprs += 1; in bc_parse_expr_err()
4353 ++nexprs; in bc_parse_expr_err()
4367 ++nexprs; in bc_parse_expr_err()
4381 ++nexprs; in bc_parse_expr_err()
4394 ++nexprs; in bc_parse_expr_err()
4422 nexprs -= !BC_PARSE_OP_PREFIX(top); in bc_parse_expr_err()
4426 if (nexprs != 1) return bc_parse_err(p, BC_ERROR_PARSE_EXPR); in bc_parse_expr_err()