POST 2318 src/actioncompiler/lex.swf5.c { count(); return POST; }
POST 71 src/actioncompiler/swf5compiler.y %token BRANCHALWAYS BRANCHIFTRUE GETURL2 POST GET CAST
POST 576 src/actioncompiler/swf5compiler.y | POST { $$ = strdup("post"); }
POST 913 src/actioncompiler/swf5compiler.y | ',' POST { $$ = GETURL_METHOD_POST; }