Searched refs:dupnode (Results 1 – 1 of 1) sorted by relevance
120 struct dupnode { struct124 struct dupnode *next; argument175 static int dupcheck(struct man_node *, struct dupnode **);177 static void free_dupnode(struct dupnode *);427 struct dupnode *didup = NULL; in build_manpath()1349 dupcheck(struct man_node *mnp, struct dupnode **dnp) in dupcheck()1351 struct dupnode *curdnp; in dupcheck()1383 if ((curdnp = calloc(1, sizeof (struct dupnode))) == NULL) in dupcheck()1531 free_dupnode(struct dupnode *dnp) { in free_dupnode()1532 struct dupnode *dnp2; in free_dupnode()