Stack             561 src/actioncompiler/swf4compiler.tab.c 	YYCOPY (&yyptr->Stack, Stack, yysize);				\
Stack             562 src/actioncompiler/swf4compiler.tab.c 	Stack = &yyptr->Stack;						\
Stack             563 src/actioncompiler/swf4compiler.tab.c 	yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
Stack             724 src/actioncompiler/swf5compiler.tab.c 	YYCOPY (&yyptr->Stack, Stack, yysize);				\
Stack             725 src/actioncompiler/swf5compiler.tab.c 	Stack = &yyptr->Stack;						\
Stack             726 src/actioncompiler/swf5compiler.tab.c 	yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
Stack             322 util/decompile.c struct _stack *Stack;
Stack             583 util/decompile.c 	t = calloc(1,sizeof(*Stack));
Stack             586 util/decompile.c 	t->next = Stack;
Stack             587 util/decompile.c 	Stack = t;
Stack             598 util/decompile.c 	if(Stack == NULL)
Stack             603 util/decompile.c 	t = calloc(1,sizeof(*Stack));
Stack             604 util/decompile.c 	t->type = Stack->type;
Stack             605 util/decompile.c 	t->val =  Stack->val;
Stack             606 util/decompile.c 	t->next = Stack;
Stack             607 util/decompile.c 	Stack = t;
Stack             618 util/decompile.c 	t = calloc(1,sizeof(*Stack));
Stack             621 util/decompile.c 	t->next = Stack;
Stack             622 util/decompile.c 	Stack = t;
Stack             634 util/decompile.c 	if( Stack == NULL ) push(newVar("// *** pop(): INTERNAL STACK ERROR FOUND ***"));
Stack             636 util/decompile.c 	if( Stack == NULL ) SWF_error("Stack blown!! - pop");
Stack             638 util/decompile.c 	t=Stack;
Stack             639 util/decompile.c 	Stack=t->next;
Stack             650 util/decompile.c 	if( Stack == NULL ) push(newVar("// *** peek(): INTERNAL STACK ERROR FOUND ***"));
Stack             652 util/decompile.c 	if( Stack == NULL ) SWF_error("Stack blown!! - peek");
Stack             654 util/decompile.c 	return Stack->val;
Stack             664 util/decompile.c 	char type = Stack->type;
Stack             665 util/decompile.c 	Stack->type = Stack->next->type;
Stack             666 util/decompile.c 	Stack->val  = Stack->next->val;
Stack             667 util/decompile.c 	Stack->next->type = type;
Stack             668 util/decompile.c 	Stack->next->val  = p;
Stack            2168 util/decompile.c 			StackSave=Stack;
Stack            2173 util/decompile.c 			Stack=StackSave;
Stack            2566 util/decompile.c 				struct _stack *StackSave=Stack;	/* decompile if and else blocks at same stack base */
Stack            2573 util/decompile.c 				Stack=StackSave;
Stack            2577 util/decompile.c 					Stack=StackSave;
Stack            2627 util/decompile.c 	struct _stack *StackSave=Stack;
Stack            2636 util/decompile.c 	if (Stack!=StackSave)
Stack            2639 util/decompile.c 		Stack=StackSave;
Stack            2662 util/decompile.c 		if (Stack!=StackSave)
Stack            2665 util/decompile.c 			Stack=StackSave;
Stack            2677 util/decompile.c 		if (Stack!=StackSave)
Stack            2680 util/decompile.c 			Stack=StackSave;
Stack            2764 util/decompile.c 		StackSave=Stack;
Stack            2767 util/decompile.c 		if (Stack!=StackSave)
Stack            2772 util/decompile.c 		Stack=StackSave;
Stack            2813 util/decompile.c 		StackSave=Stack;
Stack            2816 util/decompile.c 		if (Stack!=StackSave)
Stack            2821 util/decompile.c 		Stack=StackSave;
Stack            3437 util/decompile.c 	if( Stack != NULL && *dcstr) 
Stack            3442 util/decompile.c 		while (Stack)
Stack            3451 util/decompile.c 	if( Stack != NULL ) 
Stack            3454 util/decompile.c 	while (Stack)