DIVIDE           1612 lib/action/lex.swf5.c { count();	return DIVIDE; }
DIVIDE             55 lib/action/swf5compiler.y %token MULTIPLY DIVIDE OLDEQUALS OLDLESSTHAN LOGICALAND LOGICALOR NOT
DIVIDE            367 lib/action/swf5compiler.y 	| DIVIDE	{ $$ = strdup("divide"); }
DIVIDE           1657 lib/action/swf5compiler.y 	| DIVIDE		{ $$ = bufferWriteOp(asmBuffer, SWFACTION_DIVIDE); }