FOR              1183 lib/action/lex.swf4.c { count();	return FOR;		}
FOR              1254 lib/action/lex.swf5.c { count();	return FOR;		}
FOR                26 lib/action/swf4compiler.y %token FOR
FOR               348 lib/action/swf4compiler.y 	| FOR '(' assign_stmts_opt ';' expr_opt ';' assign_stmts_opt ')' stmt
FOR                45 lib/action/swf5compiler.y %token BREAK CONTINUE FUNCTION ELSE SWITCH CASE DEFAULT FOR IN IF WHILE
FOR               501 lib/action/swf5compiler.y 	| FOR '(' assign_stmts_opt ';' expr_opt ';' assign_stmts_opt ')' for_init stmt
FOR               536 lib/action/swf5compiler.y 	| FOR '(' identifier IN obj_ref ')' for_in_init stmt
FOR               569 lib/action/swf5compiler.y 	| FOR '(' VAR identifier IN obj_ref ')' for_in_init stmt