Searched refs:secl (Results 1 – 1 of 1) sorted by relevance
123 struct secnode *secl; /* sections already considered */ member1389 cursnp->next = curdnp->secl; in dupcheck()1390 curdnp->secl = cursnp; in dupcheck()1407 for (cursnp = curdnp->secl; cursnp != NULL; in dupcheck()1426 cursnp->next = curdnp->secl; in dupcheck()1427 curdnp->secl = cursnp; in dupcheck()1538 while (dnp2->secl != NULL) { in free_dupnode()1539 snp = dnp2->secl; in free_dupnode()1540 dnp2->secl = dnp2->secl->next; in free_dupnode()