Searched refs:secl (Results 1 – 1 of 1) sorted by relevance
135 struct secnode *secl; /* sections already considered */ member1452 cursnp->next = curdnp->secl; in dupcheck()1453 curdnp->secl = cursnp; in dupcheck()1470 for (cursnp = curdnp->secl; cursnp != NULL; in dupcheck()1489 cursnp->next = curdnp->secl; in dupcheck()1490 curdnp->secl = cursnp; in dupcheck()1602 while (dnp2->secl != NULL) { in free_dupnode()1603 snp = dnp2->secl; in free_dupnode()1604 dnp2->secl = dnp2->secl->next; in free_dupnode()