Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dbc.c538 BcStatus bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next);
3191 s = bc_parse_expr_status(p, flags, bc_parse_next_param); in bc_parse_params()
3269 s = bc_parse_expr_status(p, flags, bc_parse_next_elem); in bc_parse_name()
3339 s = bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin()
3369 s = bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_scale()
3469 s = bc_parse_expr_status(p, 0, bc_parse_next_print); in bc_parse_print()
3644 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_if()
3695 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_while()
3720 s = bc_parse_expr_status(p, 0, bc_parse_next_for); in bc_parse_for()
3738 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_for); in bc_parse_for()
[all …]