Lines Matching refs:bc_parse_expr_status
62 static void bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next);
312 bc_parse_expr_status(p, flags, bc_parse_next_arg); in bc_parse_args()
408 bc_parse_expr_status(p, flags2, bc_parse_next_elem); in bc_parse_name()
497 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin()
530 bc_parse_expr_status(p, flags, bc_parse_next_builtin); in bc_parse_builtin3()
538 bc_parse_expr_status(p, flags, bc_parse_next_builtin); in bc_parse_builtin3()
570 else bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin3()
634 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_scale()
793 bc_parse_expr_status(p, BC_PARSE_NEEDVAL, bc_parse_next_print); in bc_parse_print()
1069 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_if()
1140 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_while()
1168 bc_parse_expr_status(p, 0, bc_parse_next_for); in bc_parse_for()
1190 bc_parse_expr_status(p, flags, bc_parse_next_for); in bc_parse_for()
1224 bc_parse_expr_status(p, 0, bc_parse_next_rel); in bc_parse_for()
1640 bc_parse_expr_status(p, BC_PARSE_PRINT, bc_parse_next_expr); in bc_parse_stmt()
2314 static void bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next) { in bc_parse_expr_status() function
2324 bc_parse_expr_status(p, flags, bc_parse_next_read); in bc_parse_expr()