Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dbc_parse.c2004 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local
2032 nparens = nrelops = 0; in bc_parse_expr_err()
2199 nparens += 1; in bc_parse_expr_err()
2227 if (!nparens) in bc_parse_expr_err()
2242 nparens -= 1; in bc_parse_expr_err()