Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/man/
H A Dman.c132 struct dupnode { struct
136 struct dupnode *next; argument
186 static int dupcheck(struct man_node *, struct dupnode **);
188 static void free_dupnode(struct dupnode *);
469 struct dupnode *didup = NULL; in build_manpath()
1412 dupcheck(struct man_node *mnp, struct dupnode **dnp) in dupcheck()
1414 struct dupnode *curdnp; in dupcheck()
1446 if ((curdnp = calloc(1, sizeof (struct dupnode))) == NULL) in dupcheck()
1594 free_dupnode(struct dupnode *dnp) in free_dupnode()
1596 struct dupnode *dnp2; in free_dupnode()