Searched refs:manconf (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/mandoc/ |
| H A D | manconf.h | 49 struct manconf { struct 55 void manconf_parse(struct manconf *, const char *, char *, char *); argument 57 void manconf_free(struct manconf *);
|
| H A D | Makefile.depend | 4 …oc_aux.h mandoc_dbg.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h main.h manconf.h mansearch.h cgi… 35 …ndoc_aux.h mandoc_dbg.h mandoc_ohash.h compat_ohash.h mandoc.h roff.h out.h html.h manconf.h main.h 37 …ndoc.h mandoc_xr.h roff.h mdoc.h man.h mandoc_parse.h tag.h term_tag.h main.h manconf.h mansearch.h 49 …ocd.o: mandocd.c config.h mandoc.h mandoc_dbg.h roff.h mdoc.h man.h mandoc_parse.h main.h manconf.h 50 …andoc_ohash.h compat_ohash.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h manconf.h mansearch.h dba… 51 manpath.o: manpath.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h manconf.h 52 mansearch.o: mansearch.c config.h mandoc_aux.h mandoc_dbg.h mandoc_ohash.h compat_ohash.h manconf.h… 80 term_ascii.o: term_ascii.c config.h mandoc.h mandoc_aux.h mandoc_dbg.h out.h term.h manconf.h main.h 81 term_ps.o: term_ps.c config.h mandoc_aux.h mandoc_dbg.h out.h term.h manconf.h main.h
|
| H A D | manpath.c | 32 #include "manconf.h" 34 static void manconf_file(struct manconf *, const char *, int); 40 manconf_parse(struct manconf *conf, const char *file, char *pend, char *pbeg) in manconf_parse() 137 manconf_free(struct manconf *conf) in manconf_free() 152 manconf_file(struct manconf *conf, const char *file, int use_path_from_file) in manconf_file()
|
| H A D | main.c | 60 #include "manconf.h" 109 struct outstate *, struct manconf *); 112 struct outstate *, struct manconf *); 126 struct manconf conf; /* Manpaths and output options. */ in main() 889 struct outstate *outst, struct manconf *conf) in fs_search() 956 struct outstate *outst, struct manconf *conf) in process_onefile()
|
| H A D | Makefile | 183 manconf.h \ 366 manconf.h.html \
|
| H A D | mandocdb.c | 324 struct manconf conf; in mandocdb()
|