Searched refs:nexprs (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | bc.c | 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() [all …]
|