Searched refs:bc_parse_operator (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/bc/src/ |
H A D | bc_parse.c | 252 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 D | bc.c | 3222 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 D | development.md | 4312 to `bc_parse_operator()` is.
|