Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c1176 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local
1182 nparens = nrelops = 0; in bc_parse_expr_err()
1295 nparens += 1; in bc_parse_expr_err()
1313 if (!nparens) { in bc_parse_expr_err()
1319 nparens -= 1; in bc_parse_expr_err()
/external/toybox/toys/pending/
Dbc.c4188 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local
4193 nparens = nrelops = 0; in bc_parse_expr_err()
4276 ++nparens; in bc_parse_expr_err()
4293 if (!nparens) { in bc_parse_expr_err()
4300 --nparens; in bc_parse_expr_err()