Lines Matching defs:dummy_frame_stack
85 static struct dummy_frame *dummy_frame_stack = NULL;
100 dummy_frame->next = dummy_frame_stack;
101 dummy_frame_stack = dummy_frame;
190 for (dp = &dummy_frame_stack; *dp != NULL; dp = &(*dp)->next)
258 for (d = dummy_frame_stack; d != NULL; d = d->next)
276 while (dummy_frame_stack != NULL)
277 remove_dummy_frame (&dummy_frame_stack);
302 if (dummy_frame_stack != NULL)
312 for (dummyframe = dummy_frame_stack;
406 for (s = dummy_frame_stack; s != NULL; s = s->next)