Searched refs:ops_bgn (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | bc_parse.c | 792 bc_parse_minus(BcParse* p, BcInst* prev, size_t ops_bgn, bool rparen, in bc_parse_minus() argument 806 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus() 2003 size_t nexprs, ops_bgn; in bc_parse_expr_err() local 2034 ops_bgn = p->ops.len; in bc_parse_expr_err() 2101 bc_parse_minus(p, &prev, ops_bgn, rprn, bin_last, &nexprs); in bc_parse_expr_err() 2181 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err() 2499 while (p->ops.len > ops_bgn) in bc_parse_expr_err()
|