Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/man/
H A Dman.c128 struct secnode { struct
130 struct secnode *next; argument
135 struct secnode *secl; /* sections already considered */
1415 struct secnode *cursnp; in dupcheck()
1449 if ((cursnp = calloc(1, sizeof (struct secnode))) in dupcheck()
1487 if ((cursnp = calloc(1, sizeof (struct secnode))) == NULL) in dupcheck()
1597 struct secnode *snp; in free_dupnode()