Lines Matching defs:next
76 struct Ebl_Strent *next;
86 struct memoryblock *next;
145 newmem->next = st->memory;
162 mb = mb->next;
192 newstr->next = NULL;
260 for (struct Ebl_Strent *subs = (*sep)->next; subs != NULL;
261 subs = subs->next)
277 newstr->next = (*sep)->next;
278 (*sep)->next = newstr;
286 newstr->next = *sep;
318 for (struct Ebl_Strent *subs = nodep->next; subs != NULL; subs = subs->next)