STOP 1532 src/actioncompiler/lex.swf4.c { count(); return STOP; }
STOP 1824 src/actioncompiler/lex.swf5.c { count(); return STOP; }
STOP 67 src/actioncompiler/swf4compiler.y %token STOP
STOP 540 src/actioncompiler/swf4compiler.y | STOP '(' ')'
STOP 61 src/actioncompiler/swf5compiler.y %token GETURL1 NEXTFRAME PREVFRAME PLAY STOP TOGGLEQUALITY STOPSOUNDS
STOP 519 src/actioncompiler/swf5compiler.y | STOP { $$ = strdup("stop"); }
STOP 1051 src/actioncompiler/swf5compiler.y | STOP '(' ')'