Home
last modified time | relevance | path

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

/dflybsd-src/contrib/mdocml/
H A Dmanconf.h24 struct manpaths { struct
51 struct manpaths manpath;
58 void manpath_base(struct manpaths *);
H A Dmanpath.c35 static void manpath_add(struct manpaths *, const char *, char);
36 static void manpath_parseline(struct manpaths *, char *, char);
94 manpath_base(struct manpaths *dirs) in manpath_base()
104 manpath_parseline(struct manpaths *dirs, char *path, char option) in manpath_parseline()
120 manpath_add(struct manpaths *dirs, const char *dir, char option) in manpath_add()
H A Dmansearch.h110 struct manpaths;
113 const struct manpaths *paths, /* manpaths */
H A Dmain.c96 static void check_xr(struct manpaths *);
100 static int fs_lookup(const struct manpaths *, size_t,
104 const struct manpaths *, const char *,
735 fs_lookup(const struct manpaths *paths, size_t ipath, in fs_lookup()
839 fs_search(const struct mansearch *cfg, const struct manpaths *paths, in fs_search()
941 static struct manpaths basepaths; in parse()
1040 check_xr(struct manpaths *paths) in check_xr()
H A Dmansearch.c85 const struct manpaths *paths, in mansearch()