SETTARGET        1562 src/actioncompiler/lex.swf4.c { count();	return SETTARGET;	}
SETTARGET        1854 src/actioncompiler/lex.swf5.c { count();	return SETTARGET;	}
SETTARGET          73 src/actioncompiler/swf4compiler.y %token SETTARGET
SETTARGET         578 src/actioncompiler/swf4compiler.y 	| SETTARGET '(' STRING ')'
SETTARGET         585 src/actioncompiler/swf4compiler.y 	| SETTARGET '(' expr ')'
SETTARGET          73 src/actioncompiler/swf5compiler.y %token CALLFRAME STARTDRAG STOPDRAG GOTOANDSTOP GOTOANDPLAY SETTARGET 
SETTARGET         584 src/actioncompiler/swf5compiler.y 	| SETTARGET 	{ $$ = strdup("setTarget"); }
SETTARGET        1105 src/actioncompiler/swf5compiler.y 	| SETTARGET '(' STRING ')'
SETTARGET        1112 src/actioncompiler/swf5compiler.y 	| SETTARGET '(' expr ')'