Searched refs:nlpp (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dparser.c1360 * is enclosed inside $(...); nlpp is a pointer to the head of the linked
1366 struct nodelist **nlpp; local
1459 nlpp = &bqlist;
1460 while (*nlpp)
1461 nlpp = &(*nlpp)->next;
1462 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist));
1463 (*nlpp)->next = NULL;
1480 (*nlpp)->n = n;

Completed in 48 milliseconds