Lines Matching refs:bc_parse_expr_status
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()
3751 s = bc_parse_expr_status(p, 0, bc_parse_next_rel); in bc_parse_for()
4039 s = bc_parse_expr_status(p, BC_PARSE_PRINT, bc_parse_next_expr); in bc_parse_stmt()
4437 BcStatus bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next) { in bc_parse_expr_status() function
4750 s = bc_parse_expr_status(&parse, BC_PARSE_NOREAD, bc_parse_next_read); in bc_program_read()