Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c2004 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local
2030 nparens = nrelops = 0; in bc_parse_expr_err()
2189 nparens += 1; in bc_parse_expr_err()
2217 if (!nparens) in bc_parse_expr_err()
2224 nparens -= 1; in bc_parse_expr_err()
/external/toybox/toys/pending/
Dbc.c4193 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local
4198 nparens = nrelops = 0; in bc_parse_expr_err()
4281 ++nparens; in bc_parse_expr_err()
4298 if (!nparens) { in bc_parse_expr_err()
4305 --nparens; in bc_parse_expr_err()