Searched refs:nlpp (Results 1 – 1 of 1) sorted by relevance
1366 struct nodelist **nlpp; in readtoken1() local1459 nlpp = &bqlist; in readtoken1()1460 while (*nlpp) in readtoken1()1461 nlpp = &(*nlpp)->next; in readtoken1()1462 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in readtoken1()1463 (*nlpp)->next = NULL; in readtoken1()1480 (*nlpp)->n = n; in readtoken1()