Searched refs:last_alloca_header (Results 1 – 2 of 2) sorted by relevance
143 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable173 for (hp = last_alloca_header; hp != NULL;) in alloca()186 last_alloca_header = hp; /* -> last valid storage. */ in alloca()211 new->h.next = last_alloca_header; in alloca()214 last_alloca_header = new; in alloca()
161 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable191 for (hp = last_alloca_header; hp != NULL;) in alloca()204 last_alloca_header = hp; /* -> last valid storage. */ in alloca()223 ((header *) new)->h.next = last_alloca_header; in alloca()226 last_alloca_header = (header *) new; in alloca()