MULTIPLY 2193 src/actioncompiler/lex.swf5.c { count(); return MULTIPLY; }
MULTIPLY 67 src/actioncompiler/swf5compiler.y %token SUBTRACT MULTIPLY DIVIDE OLDEQUALS OLDLESSTHAN LOGICALAND LOGICALOR NOT
MULTIPLY 551 src/actioncompiler/swf5compiler.y | MULTIPLY { $$ = strdup("multiply"); }
MULTIPLY 2097 src/actioncompiler/swf5compiler.y | MULTIPLY { $$ = bufferWriteOp(asmBuffer, SWFACTION_MULTIPLY); }