Lines Matching full:nlpp
1360 * is enclosed inside $(...); nlpp is a pointer to the head of the linked1366 struct nodelist **nlpp;1459 nlpp1460 while (*nlpp)1461 nlpp = &(*nlpp)->next;1462 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist));1463 (*nlpp)->next = NULL;1480 (*nlpp)->n = n;