Home | History | Annotate | Download | only in sh

Lines Matching full:nlpp

1360  * is enclosed inside $(...); nlpp is a pointer to the head of the linked
1366 struct nodelist **nlpp;
1459 nlpp
1460 while (*nlpp)
1461 nlpp = &(*nlpp)->next;
1462 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist));
1463 (*nlpp)->next = NULL;
1480 (*nlpp)->n = n;