Home
last modified time | relevance | path

Searched refs:secl (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/man/
H A Dman.c123 struct secnode *secl; /* sections already considered */ member
1389 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()