IF 1188 lib/action/lex.swf4.c { count(); return IF; }
IF 1264 lib/action/lex.swf5.c { count(); return IF; }
IF 28 lib/action/swf4compiler.y %token IF
IF 185 lib/action/swf4compiler.y : IF '(' FRAMELOADED '(' NUMBER ')' ')' stmt ELSE stmt
IF 201 lib/action/swf4compiler.y | IF '(' FRAMELOADED '(' NUMBER ')' ')' stmt
IF 217 lib/action/swf4compiler.y | IF '(' '!' FRAMELOADED '(' NUMBER ')' ')' stmt
IF 229 lib/action/swf4compiler.y | IF '(' FRAMELOADED '(' expr ')' ')' stmt ELSE stmt
IF 243 lib/action/swf4compiler.y | IF '(' FRAMELOADED '(' expr ')' ')' stmt
IF 257 lib/action/swf4compiler.y | IF '(' '!' FRAMELOADED '(' expr ')' ')' stmt
IF 267 lib/action/swf4compiler.y | IF '(' expr ')' stmt ELSE stmt
IF 278 lib/action/swf4compiler.y | IF '(' expr ')' stmt
IF 45 lib/action/swf5compiler.y %token BREAK CONTINUE FUNCTION ELSE SWITCH CASE DEFAULT FOR IN IF WHILE
IF 241 lib/action/swf5compiler.y : IF '(' expr ')' stmt ELSE stmt
IF 252 lib/action/swf5compiler.y | IF '(' expr ')' stmt %prec NOELSE