FRAMELOADED      1364 lib/action/lex.swf4.c { count();	return FRAMELOADED;	}
FRAMELOADED        68 lib/action/swf4compiler.y %token FRAMELOADED
FRAMELOADED       185 lib/action/swf4compiler.y 	: IF '(' FRAMELOADED '(' NUMBER ')' ')' stmt ELSE stmt
FRAMELOADED       201 lib/action/swf4compiler.y 	| IF '(' FRAMELOADED '(' NUMBER ')' ')' stmt
FRAMELOADED       217 lib/action/swf4compiler.y 	| IF '(' '!' FRAMELOADED '(' NUMBER ')' ')' stmt
FRAMELOADED       229 lib/action/swf4compiler.y 	| IF '(' FRAMELOADED '(' expr ')' ')' stmt ELSE stmt
FRAMELOADED       243 lib/action/swf4compiler.y 	| IF '(' FRAMELOADED '(' expr ')' ')' stmt
FRAMELOADED       257 lib/action/swf4compiler.y 	| IF '(' '!' FRAMELOADED '(' expr ')' ')' stmt
FRAMELOADED       313 lib/action/swf4compiler.y 	: WHILE '(' '!' FRAMELOADED '(' NUMBER ')' ')' stmt