Lines Matching refs:next
40 struct Ebl_Strent *next;
50 struct memoryblock *next;
111 newmem->next = st->memory;
128 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)