Lines Matching defs:nexprs
3136 size_t start, size_t *nexprs)
3152 *nexprs -= !BC_PARSE_OP_PREFIX(t);
3428 int rparen, int bin_last, size_t *nexprs)
3442 else bc_parse_operator(p, type, ops_bgn, nexprs);
4187 size_t nexprs = 0, ops_bgn = p->ops.len;
4210 s = bc_parse_incdec(p, &prev, &nexprs, flags);
4218 s = bc_parse_minus(p, &prev, ops_bgn, rprn, bin_last, &nexprs);
4263 bc_parse_operator(p, t, ops_bgn, &nexprs);
4304 s = bc_parse_rightParen(p, ops_bgn, &nexprs);
4317 ++nexprs;
4328 nexprs += 1;
4348 ++nexprs;
4362 ++nexprs;
4376 ++nexprs;
4389 ++nexprs;
4417 nexprs -= !BC_PARSE_OP_PREFIX(top);
4421 if (nexprs != 1) return bc_parse_err(p, BC_ERROR_PARSE_EXPR);