Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c135 static void bc_parse_operator(BcParse *p, BcLexType type, in bc_parse_operator() function
438 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
1281 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()
/external/toybox/toys/pending/
Dbc.c3135 static void bc_parse_operator(BcParse *p, BcLexType type, in bc_parse_operator() function
3442 else bc_parse_operator(p, type, ops_bgn, nexprs); in bc_parse_minus()
4263 bc_parse_operator(p, t, ops_bgn, &nexprs); in bc_parse_expr_err()