Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/man/
H A Dman.c120 struct dupnode { struct
124 struct dupnode *next; argument
175 static int dupcheck(struct man_node *, struct dupnode **);
177 static void free_dupnode(struct dupnode *);
427 struct dupnode *didup = NULL; in build_manpath()
1345 dupcheck(struct man_node *mnp, struct dupnode **dnp) in dupcheck()
1347 struct dupnode *curdnp; in dupcheck()
1379 if ((curdnp = calloc(1, sizeof (struct dupnode))) == NULL) in dupcheck()
1527 free_dupnode(struct dupnode *dnp) in free_dupnode()
1529 struct dupnode *dnp2; in free_dupnode()