Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/src/
H A Dbc_parse.c252 bc_parse_operator(BcParse* p, BcLexType type, size_t start, size_t* nexprs) in bc_parse_operator() function
806 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
2181 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c3222 static void bc_parse_operator(BcParse *p, BcLexType type, in bc_parse_operator() function
3529 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
4350 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()
/aosp_15_r20/external/bc/manuals/
H A Ddevelopment.md4312 to `bc_parse_operator()` is.