Searched refs:manpaths (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
H A Dmanpath.h23 struct manpaths { struct
30 void manpath_manconf(struct manpaths *, const char *);
31 void manpath_parse(struct manpaths *, const char *, char *, char *);
32 void manpath_free(struct manpaths *);
H A Dmanconf.h21 struct manpaths { struct
45 struct manpaths manpath;
52 void manpath_base(struct manpaths *);
H A Dmansearch.h110 struct manpaths;
113 const struct manpaths *paths, /* 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)
104 manpath_parseline(struct manpaths *dirs, char *path, char option)
120 manpath_add(struct manpaths *dirs, const char *dir, char option)
H A Dmain.c94 static int fs_lookup(const struct manpaths *,
99 const struct manpaths *, int, char**,
797 fs_lookup(const struct manpaths *paths, size_t ipath,
874 fs_search(const struct mansearch *cfg, const struct manpaths *paths,
1007 static struct manpaths paths;
H A Dcgi.c60 char **p; /* array of available manpaths */
61 size_t psz; /* number of available manpaths */
954 struct manpaths paths;
H A Dmansearch.c85 const struct manpaths *paths,

Completed in 102 milliseconds