GOTOANDPLAY 1552 src/actioncompiler/lex.swf4.c { count(); return GOTOANDPLAY; }
GOTOANDPLAY 1844 src/actioncompiler/lex.swf5.c { count(); return GOTOANDPLAY; }
GOTOANDPLAY 71 src/actioncompiler/swf4compiler.y %token GOTOANDPLAY
GOTOANDPLAY 572 src/actioncompiler/swf4compiler.y | GOTOANDPLAY '(' expr ')'
GOTOANDPLAY 73 src/actioncompiler/swf5compiler.y %token CALLFRAME STARTDRAG STOPDRAG GOTOANDSTOP GOTOANDPLAY SETTARGET
GOTOANDPLAY 583 src/actioncompiler/swf5compiler.y | GOTOANDPLAY { $$ = strdup("gotoAndPlay"); }
GOTOANDPLAY 1063 src/actioncompiler/swf5compiler.y | GOTOANDPLAY '(' INTEGER ')'
GOTOANDPLAY 1077 src/actioncompiler/swf5compiler.y | GOTOANDPLAY '(' STRING ')'
GOTOANDPLAY 1093 src/actioncompiler/swf5compiler.y | GOTOANDPLAY '(' expr ')'