GETTIMER 1330 lib/action/lex.swf5.c { count(); return GETTIMER; }
GETTIMER 48 lib/action/swf5compiler.y %token RANDOM GETTIMER LENGTH CONCAT SUBSTR TRACE INT ORD CHR GETURL
GETTIMER 321 lib/action/swf5compiler.y | GETTIMER { $$ = strdup("getTimer"); }
GETTIMER 850 lib/action/swf5compiler.y | GETTIMER '(' ')'
GETTIMER 1682 lib/action/swf5compiler.y | GETTIMER { $$ = bufferWriteOp(asmBuffer, SWFACTION_GETTIMER); }