Lines Matching defs:next
49 struct Dwelf_Strent *next;
59 struct memoryblock *next;
122 newmem->next = st->memory;
139 mb = mb->next;
169 newstr->next = NULL;
233 for (Dwelf_Strent *subs = (*sep)->next; subs != NULL;
234 subs = subs->next)
250 newstr->next = (*sep)->next;
251 (*sep)->next = newstr;
259 newstr->next = *sep;
302 for (Dwelf_Strent *subs = nodep->next; subs != NULL; subs = subs->next)