Searched defs:secv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dman.c148 char **secv; /* submandir suffices */ member in struct:man_node
467 freev(currp->secv);
529 manp->secv = NULL;
533 manp->secv = split(mansec, ',');
534 for (sectp = manp->secv; *sectp; sectp++)
539 manp->secv = split(sections, ',');
540 for (sectp = manp->secv; *sectp; sectp++)
542 if (*manp->secv == NULL)
548 manp->secv = split(sections, ',');
549 for (sectp = manp->secv; *sect
1007 mandir(char **secv, char *path, char *name, int lspec) argument
[all...]

Completed in 60 milliseconds