Searched refs:dupnode (Results 1 – 1 of 1) sorted by relevance
194 struct dupnode { struct198 struct dupnode *next; argument323 static int dupcheck(struct man_node *, struct dupnode **);324 static void free_dupnode(struct dupnode *);621 struct dupnode *didup = NULL; in build_manpath()922 struct dupnode *dnp = NULL; in catman()3048 dupcheck(struct man_node *mnp, struct dupnode **dnp) in dupcheck()3050 struct dupnode *curdnp; in dupcheck()3089 if ((curdnp = calloc(1, sizeof (struct dupnode))) == NULL) { in dupcheck()3253 free_dupnode(struct dupnode *dnp) { in free_dupnode()[all …]