Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dmanconf.h24 struct manpaths { struct
51 struct manpaths manpath;
58 void manpath_base(struct manpaths *);
Dmanpath.c37 static void manpath_add(struct manpaths *, const char *, char);
38 static void manpath_parseline(struct manpaths *, char *, char);
84 manpath_base(struct manpaths *dirs) in manpath_base()
94 manpath_parseline(struct manpaths *dirs, char *path, char option) in manpath_parseline()
110 manpath_add(struct manpaths *dirs, const char *dir, char option) in manpath_add()
Dmansearch.h110 struct manpaths;
113 const struct manpaths *paths, /* manpaths */
Dmain.c95 static void check_xr(struct manpaths *);
99 static int fs_lookup(const struct manpaths *, size_t,
103 const struct manpaths *, const char *,
721 fs_lookup(const struct manpaths *paths, size_t ipath, in fs_lookup()
825 fs_search(const struct mansearch *cfg, const struct manpaths *paths, in fs_search()
925 static struct manpaths basepaths; in parse()
1024 check_xr(struct manpaths *paths) in check_xr()
Dmansearch.c82 const struct manpaths *paths, in mansearch()
Dcgi.c1006 struct manpaths paths; in pg_search()