Home | History | Annotate | Download | only in libebl

Lines Matching defs:next

77   struct Ebl_WStrent *next;
87 struct memoryblock *next;
146 newmem->next = st->memory;
163 mb = mb->next;
198 newstr->next = NULL;
273 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
289 newstr->next = (*sep)->next;
290 (*sep)->next = newstr;
298 newstr->next = *sep;
332 for (subs = nodep->next; subs != NULL; subs = subs->next)