Lines Matching defs:ipath
548 strlen(conf.manpath.paths[resn[i].ipath]);
606 res[i].ipath = SIZE_MAX;
730 fs_append(char **file, size_t filesz, int copy, size_t ipath,
743 page->ipath = ipath;
754 fs_lookup(const struct manpaths *paths, size_t ipath,
774 paths->paths[ipath], sec, name, sec);
780 paths->paths[ipath], sec, name);
789 paths->paths[ipath], sec, arch, name, sec);
795 cp = file = mandoc_malloc(strlen(paths->paths[ipath]) * 2 +
798 glob_esc(&cp, paths->paths[ipath], slman);
815 cp = file = mandoc_malloc(strlen(paths->paths[ipath]) * 2 +
819 glob_esc(&cp, paths->paths[ipath], slman);
835 if (res != NULL || ipath + 1 != paths->sz)
845 name, sec, BINM_MAKEWHATIS, paths->paths[ipath]);
850 ipath, sec, form, res, ressz);
852 fs_append(&file, 1, 0, ipath, sec, form, res, ressz);
865 size_t ipath, isec;
871 for (ipath = 0; ipath < paths->sz; ipath++) {
873 if (fs_lookup(paths, ipath, cfg->sec, cfg->arch,
878 if (fs_lookup(paths, ipath, sections[isec],
898 if (resp->ipath != SIZE_MAX)
899 (void)chdir(conf->manpath.paths[resp->ipath]);
904 mandoc_msg(resp->ipath == SIZE_MAX ?