HomeSort by relevance Sort by last modified time
    Searched refs:last_alloca_header (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
alloca.c 161 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
191 for (hp = last_alloca_header; hp != NULL;)
204 last_alloca_header = hp; /* -> last valid storage. */
223 ((header *) new)->h.next = last_alloca_header;
226 last_alloca_header = (header *) new;
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 143 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
173 for (hp = last_alloca_header; hp != NULL;)
186 last_alloca_header = hp; /* -> last valid storage. */
211 new->h.next = last_alloca_header;
214 last_alloca_header = new;

Completed in 592 milliseconds