NOT              1637 lib/action/lex.swf5.c { count();	return NOT; }
NOT                55 lib/action/swf5compiler.y %token MULTIPLY DIVIDE OLDEQUALS OLDLESSTHAN LOGICALAND LOGICALOR NOT
NOT               372 lib/action/swf5compiler.y 	| NOT	{ $$ = strdup("not"); }
NOT              1662 lib/action/swf5compiler.y 	| NOT			{ $$ = bufferWriteOp(asmBuffer, SWFACTION_LOGICALNOT); }