Home
last modified time | relevance | path

Searched refs:nexprs (Results 1 – 2 of 2) sorted by relevance

/external/bc/src/
Dbc_parse.c136 size_t start, size_t *nexprs) in bc_parse_operator() argument
152 *nexprs -= !BC_PARSE_OP_PREFIX(t); in bc_parse_operator()
426 bool rparen, bool binlast, size_t *nexprs) in bc_parse_minus() argument
438 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
1175 size_t nexprs = 0, ops_bgn = p->ops.len; in bc_parse_expr_err() local
1200 bc_parse_incdec(p, &prev, &can_assign, &nexprs, flags); in bc_parse_expr_err()
1225 bc_parse_minus(p, &prev, ops_bgn, rprn, bin_last, &nexprs); in bc_parse_expr_err()
1281 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()
1323 bc_parse_rightParen(p, &nexprs); in bc_parse_expr_err()
1337 nexprs += 1; in bc_parse_expr_err()
[all …]
/external/toybox/toys/pending/
Dbc.c3136 size_t start, size_t *nexprs) in bc_parse_operator() argument
3152 *nexprs -= !BC_PARSE_OP_PREFIX(t); in bc_parse_operator()
3428 int rparen, int bin_last, size_t *nexprs) in bc_parse_minus() argument
3442 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
4187 size_t nexprs = 0, ops_bgn = p->ops.len; in bc_parse_expr_err() local
4210 s = bc_parse_incdec(p, &prev, &nexprs, flags); in bc_parse_expr_err()
4218 s = bc_parse_minus(p, &prev, ops_bgn, rprn, bin_last, &nexprs); in bc_parse_expr_err()
4263 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()
4304 s = bc_parse_rightParen(p, ops_bgn, &nexprs); in bc_parse_expr_err()
4317 ++nexprs; in bc_parse_expr_err()
[all …]