Searched defs:nextpl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c2465 struct plink *nextpl; local
2467 nextpl = from->next;
2470 from = nextpl;
2478 struct plink *nextpl; local
2481 nextpl = plp->next;
2484 plp = nextpl;

Completed in 72 milliseconds