POP 1467 lib/action/lex.swf5.c { count(); return POP; } POP 51 lib/action/swf5compiler.y %token DUP SWAP POP PUSH SETREGISTER CALLFUNCTION CALLMETHOD POP 339 lib/action/swf5compiler.y | POP { $$ = strdup("pop"); } POP 1669 lib/action/swf5compiler.y | POP { $$ = bufferWriteOp(asmBuffer, SWFACTION_POP); }