Lines Matching full:e_nxt
150 struct enamemem *e_nxt;
333 while (tp->e_nxt)
339 tp = tp->e_nxt;
343 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
344 if (tp->e_nxt == NULL)
373 while (tp->e_nxt)
380 tp = tp->e_nxt;
391 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
392 if (tp->e_nxt == NULL)
417 while (tp->e_nxt)
426 tp = tp->e_nxt;
434 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
435 if (tp->e_nxt == NULL)