STOPDRAG         1461 src/actioncompiler/lex.swf4.c { count();	return STOPDRAG;	}
STOPDRAG         1894 src/actioncompiler/lex.swf5.c { count();	return STOPDRAG;	}
STOPDRAG         2273 src/actioncompiler/lex.swf5.c { count();	return STOPDRAG; }
STOPDRAG           49 src/actioncompiler/swf4compiler.y %token STOPDRAG
STOPDRAG          428 src/actioncompiler/swf4compiler.y 	: STOPDRAG '(' ')' /* no args */
STOPDRAG           73 src/actioncompiler/swf5compiler.y %token CALLFRAME STARTDRAG STOPDRAG GOTOANDSTOP GOTOANDPLAY SETTARGET 
STOPDRAG          567 src/actioncompiler/swf5compiler.y 	| STOPDRAG	{ $$ = strdup("stopDrag"); }
STOPDRAG         1012 src/actioncompiler/swf5compiler.y 	| STOPDRAG '(' ')' /* no args */