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

/illumos-gate/usr/src/cmd/man/
H A Dman.c113 * comparisons are done. The secnode and dupnode structures are used
116 struct secnode { struct
118 struct secnode *next;
123 struct secnode *secl; /* sections already considered */
1348 struct secnode *cursnp;
1382 if ((cursnp = calloc(1, sizeof (struct secnode)))
1420 if ((cursnp = calloc(1, sizeof (struct secnode))) == NULL)
1530 struct secnode *snp;

Completed in 78 milliseconds