Searched refs:bc_parse_expr_status (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | bc.c | 538 BcStatus bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next); 3189 s = bc_parse_expr_status(p, flags, bc_parse_next_param); in bc_parse_params() 3267 s = bc_parse_expr_status(p, flags, bc_parse_next_elem); in bc_parse_name() 3337 s = bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin() 3367 s = bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_scale() 3467 s = bc_parse_expr_status(p, 0, bc_parse_next_print); in bc_parse_print() 3631 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_if() 3682 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_while() 3707 s = bc_parse_expr_status(p, 0, bc_parse_next_for); in bc_parse_for() 3725 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_for); in bc_parse_for() [all …]
|