Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dparser.h110 STAT_FOR, enumerator
H A Dcompile.c1109 return type == STAT_FOR || type == STAT_FORIN || type == STAT_WHILE; in is_loop_statement()
1792 case STAT_FOR: in compile_statement()
2072 case STAT_FOR: { in visit_statement()
H A Dparser.y1211 ret = new_statement(ctx, STAT_FOR, sizeof(*ret)); in new_for_statement()