Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c4174 int pfirst, rprn, done, get_token, assign, bin_last, incdec; in bc_parse_expr_err() local
4179 rprn = done = get_token = assign = incdec = 0; in bc_parse_expr_err()
4196 rprn = get_token = bin_last = 0; in bc_parse_expr_err()
4203 s = bc_parse_minus(p, &prev, ops_bgn, rprn, bin_last, &nexprs); in bc_parse_expr_err()
4204 rprn = get_token = 0; in bc_parse_expr_err()
4249 rprn = incdec = 0; in bc_parse_expr_err()
4258 if (BC_PARSE_LEAF(prev, bin_last, rprn)) in bc_parse_expr_err()
4262 rprn = incdec = 0; in bc_parse_expr_err()
4286 rprn = 1; in bc_parse_expr_err()
4296 if (BC_PARSE_LEAF(prev, bin_last, rprn)) in bc_parse_expr_err()
[all …]