Lines Matching refs:lp
197 sizenodelist(lp)198 struct nodelist *lp;200 while (lp) {202 calcsize(lp->n);203 lp = lp->next;300 copynodelist(lp)301 struct nodelist *lp;307 while (lp) {311 (*lpp)->n = copynode(lp->n);312 lp = lp->next;