Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/man/
Dman.c89 ENTRY *e_defp, *e_sectp, *e_subp, *ep; in main() local
197 e_subp = (subp = getlist("_subdir")) == NULL ? in main()
199 for (; e_subp != NULL; e_subp = e_subp->q.tqe_next) { in main()
201 p, slashp, e_subp->s, machine); in main()
229 e_subp = (subp = getlist("_subdir")) == NULL ? in main()
231 for (; e_subp != NULL; e_subp = e_subp->q.tqe_next) { in main()
233 e_defp->s, slashp, e_subp->s, machine); in main()
262 e_subp = (subp = getlist("_subdir")) == NULL ? in main()
264 for (; e_subp != NULL; e_subp = e_subp->q.tqe_next) { in main()
266 p, slashp, e_subp->s, machine); in main()
[all …]