Home
last modified time | relevance | path

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

/original-bsd/bin/sh/
H A Dparser.c1197 struct nodelist **nlpp; local
1250 nlpp = &bqlist;
1251 while (*nlpp)
1252 nlpp = &(*nlpp)->next;
1253 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist));
1254 (*nlpp)->next = NULL;
1259 (*nlpp)->n = n;