Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/man/
H A Dman.c186 static int dupcheck(struct man_node *, struct dupnode **);
508 if (dupcheck(currp, &didup) != 0) { in build_manpath()
1412 dupcheck(struct man_node *mnp, struct dupnode **dnp) in dupcheck() function