Lines Matching refs:next
41 struct Ebl_WStrent *next;
51 struct memoryblock *next;
110 newmem->next = st->memory;
127 mb = mb->next;
162 newstr->next = NULL;
237 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
253 newstr->next = (*sep)->next;
254 (*sep)->next = newstr;
262 newstr->next = *sep;
296 for (subs = nodep->next; subs != NULL; subs = subs->next)