Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmanpath.h23 struct manpaths { struct
30 void manpath_manconf(struct manpaths *, const char *); argument
31 void manpath_parse(struct manpaths *, const char *, char *, char *);
32 void manpath_free(struct manpaths *);
H A Dmanpath.c36 static void manpath_add(struct manpaths *, const char *, int);
37 static void manpath_parseline(struct manpaths *, char *, int);
40 manpath_parse(struct manpaths *dirs, const char *file, in manpath_parse()
144 manpath_parseline(struct manpaths *dirs, char *path, int complain) in manpath_parseline()
160 manpath_add(struct manpaths *dirs, const char *dir, int complain) in manpath_add()
194 manpath_free(struct manpaths *p) in manpath_free()
205 manpath_manconf(struct manpaths *dirs, const char *file) in manpath_manconf()
H A Dmansearch.h100 struct manpaths;
104 const struct manpaths *paths, /* manpaths */
H A Dmain.c88 static int fs_lookup(const struct manpaths *,
93 const struct manpaths *, int, char**,
121 struct manpaths paths; in main()
152 memset(&paths, 0, sizeof(struct manpaths)); in main()
530 fs_lookup(const struct manpaths *paths, size_t ipath, in fs_lookup()
595 fs_search(const struct mansearch *cfg, const struct manpaths *paths, in fs_search()