Lines Matching defs:tmp_stack
35 struct tmp_stack
39 struct tmp_stack *prev;
41 typedef struct tmp_stack tmp_stack;
47 static tmp_stack xxx = {&xxx, &xxx, 0};
48 static tmp_stack *current = &xxx;
51 #define HSIZ ROUND_UP_MULTIPLE (sizeof (tmp_stack), __TMP_ALIGN)
67 tmp_stack *header;
92 header = (tmp_stack *) chunk;
121 tmp_stack *tmp;