LOGICALOR        2218 src/actioncompiler/lex.swf5.c { count();	return LOGICALOR; }
LOGICALOR          67 src/actioncompiler/swf5compiler.y %token SUBTRACT MULTIPLY DIVIDE OLDEQUALS OLDLESSTHAN LOGICALAND LOGICALOR NOT
LOGICALOR         556 src/actioncompiler/swf5compiler.y 	| LOGICALOR	{ $$ = strdup("logicalor"); }
LOGICALOR        2102 src/actioncompiler/swf5compiler.y 	| LOGICALOR		{ $$ = bufferWriteOp(asmBuffer, SWFACTION_LOGICALOR); }