Searched refs:dupnode (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
120 struct dupnode { struct
124 struct dupnode *next;
175 static int dupcheck(struct man_node *, struct dupnode **);
177 static void free_dupnode(struct dupnode *);
427 struct dupnode *didup = NULL;
1342 * If a duplicate is not found, add it to the dupnode list and return 0.
1345 dupcheck(struct man_node *mnp, struct dupnode **dnp)
1347 struct dupnode *curdnp;
1363 * Find the dupnode structur
[all...]

Completed in 419 milliseconds