SUBTRACT         2188 src/actioncompiler/lex.swf5.c { count();	return SUBTRACT; }
SUBTRACT           67 src/actioncompiler/swf5compiler.y %token SUBTRACT MULTIPLY DIVIDE OLDEQUALS OLDLESSTHAN LOGICALAND LOGICALOR NOT
SUBTRACT          550 src/actioncompiler/swf5compiler.y 	| SUBTRACT	{ $$ = strdup("subtract"); }
SUBTRACT         2096 src/actioncompiler/swf5compiler.y 	| SUBTRACT		{ $$ = bufferWriteOp(asmBuffer, SWFACTION_SUBTRACT); }