Lines Matching refs:next
39 struct Ebl_GStrent *next;
50 struct memoryblock *next;
113 newmem->next = st->memory;
128 mb = mb->next;
165 newstr->next = NULL;
248 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
264 newstr->next = (*sep)->next;
265 (*sep)->next = newstr;
273 newstr->next = *sep;
307 for (subs = nodep->next; subs != NULL; subs = subs->next)