Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/man/
H A Dman.c123 struct secnode *secl; /* sections already considered */ member
1385 cursnp->next = curdnp->secl; in dupcheck()
1386 curdnp->secl = cursnp; in dupcheck()
1403 for (cursnp = curdnp->secl; cursnp != NULL; in dupcheck()
1422 cursnp->next = curdnp->secl; in dupcheck()
1423 curdnp->secl = cursnp; in dupcheck()
1535 while (dnp2->secl != NULL) { in free_dupnode()
1536 snp = dnp2->secl; in free_dupnode()
1537 dnp2->secl = dnp2->secl->next; in free_dupnode()