NOT 2223 src/actioncompiler/lex.swf5.c { count(); return NOT; } NOT 67 src/actioncompiler/swf5compiler.y %token SUBTRACT MULTIPLY DIVIDE OLDEQUALS OLDLESSTHAN LOGICALAND LOGICALOR NOT NOT 557 src/actioncompiler/swf5compiler.y | NOT { $$ = strdup("not"); } NOT 2103 src/actioncompiler/swf5compiler.y | NOT { $$ = bufferWriteOp(asmBuffer, SWFACTION_LOGICALNOT); }