Searched refs:nextpl (Results 1 – 1 of 1) sorted by relevance
3148 struct plink *nextpl; in Plink_copy() local3150 nextpl = from->next; in Plink_copy()3153 from = nextpl; in Plink_copy()3160 struct plink *nextpl; in Plink_delete() local3163 nextpl = plp->next; in Plink_delete()3166 plp = nextpl; in Plink_delete()