ASVariable       1077 src/actioncompiler/compile.c 		ASVariable var;
ASVariable       1163 src/actioncompiler/compile.c ASVariable newASVariable(char *name, Buffer buf)
ASVariable       1165 src/actioncompiler/compile.c 	ASVariable var = (ASVariable) malloc(sizeof(struct variable_s));
ASVariable        150 src/actioncompiler/compile.h 		ASVariable var;
ASVariable        250 src/actioncompiler/compile.h ASVariable newASVariable(char *, Buffer);
ASVariable       3785 src/actioncompiler/swf5compiler.tab.c 		  ASVariable v = newASVariable((yyvsp[(1) - (4)].str), (yyvsp[(4) - (4)].action)); 
ASVariable       3793 src/actioncompiler/swf5compiler.tab.c 			ASVariable v = newASVariable((yyvsp[(1) - (2)].str), NULL);
ASVariable        305 src/actioncompiler/swf5compiler.y 		  ASVariable v = newASVariable($1, $4); 
ASVariable        310 src/actioncompiler/swf5compiler.y 			ASVariable v = newASVariable($1, NULL);