Searched refs:bc_parse_builtin (Results 1 – 2 of 2) sorted by relevance
/external/bc/src/ |
D | bc_parse.c | 312 static void bc_parse_builtin(BcParse *p, BcLexType type, in bc_parse_builtin() function 1389 bc_parse_builtin(p, t, flags, &prev); in bc_parse_expr_err()
|
/external/toybox/toys/pending/ |
D | bc.c | 3324 static BcStatus bc_parse_builtin(BcParse *p, BcLexType type, in bc_parse_builtin() function 4360 s = bc_parse_builtin(p, t, flags, &prev); in bc_parse_expr_err()
|