newASVariable     250 src/actioncompiler/compile.h ASVariable newASVariable(char *, Buffer);
newASVariable    3785 src/actioncompiler/swf5compiler.tab.c 		  ASVariable v = newASVariable((yyvsp[(1) - (4)].str), (yyvsp[(4) - (4)].action)); 
newASVariable    3793 src/actioncompiler/swf5compiler.tab.c 			ASVariable v = newASVariable((yyvsp[(1) - (2)].str), NULL);
newASVariable     305 src/actioncompiler/swf5compiler.y 		  ASVariable v = newASVariable($1, $4); 
newASVariable     310 src/actioncompiler/swf5compiler.y 			ASVariable v = newASVariable($1, NULL);