Lines Matching refs:bc_parse_expr_status
68 bc_parse_expr_status(BcParse* p, uint8_t flags, BcParseNext next);
340 bc_parse_expr_status(p, flags, bc_parse_next_arg); in bc_parse_args()
443 bc_parse_expr_status(p, flags2, bc_parse_next_elem); in bc_parse_name()
543 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin()
578 bc_parse_expr_status(p, flags, bc_parse_next_builtin); in bc_parse_builtin3()
585 bc_parse_expr_status(p, flags, bc_parse_next_builtin); in bc_parse_builtin3()
620 else bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin3()
683 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_scale()
850 bc_parse_expr_status(p, BC_PARSE_NEEDVAL, bc_parse_next_print); in bc_parse_print()
1147 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_if()
1217 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_while()
1243 if (p->l.t != BC_LEX_SCOLON) bc_parse_expr_status(p, 0, bc_parse_next_for); in bc_parse_for()
1266 bc_parse_expr_status(p, flags, bc_parse_next_for); in bc_parse_for()
1298 if (p->l.t != BC_LEX_RPAREN) bc_parse_expr_status(p, 0, bc_parse_next_rel); in bc_parse_for()
1737 bc_parse_expr_status(p, BC_PARSE_PRINT, bc_parse_next_expr); in bc_parse_stmt()
2625 bc_parse_expr_status(BcParse* p, uint8_t flags, BcParseNext next) in bc_parse_expr_status() function
2639 bc_parse_expr_status(p, flags, bc_parse_next_read); in bc_parse_expr()