Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/man/
H A Dman.c116 struct secnode { struct
118 struct secnode *next; argument
123 struct secnode *secl; /* sections already considered */
1348 struct secnode *cursnp; in dupcheck()
1382 if ((cursnp = calloc(1, sizeof (struct secnode))) in dupcheck()
1420 if ((cursnp = calloc(1, sizeof (struct secnode))) == NULL) in dupcheck()
1530 struct secnode *snp; in free_dupnode()