Searched refs:bc_parse_next_for (Results 1 – 3 of 3) sorted by relevance
455 extern const BcParseNext bc_parse_next_for;
1036 const BcParseNext bc_parse_next_for = BC_PARSE_NEXT(1, BC_LEX_SCOLON); variable
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()