Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dmanconf.h49 struct manconf { struct
55 void manconf_parse(struct manconf *, const char *, char *, char *); argument
57 void manconf_free(struct manconf *);
H A Dmanpath.c36 static void manconf_file(struct manconf *, const char *, int);
42 manconf_parse(struct manconf *conf, const char *file, char *pend, char *pbeg) in manconf_parse()
139 manconf_free(struct manconf *conf) in manconf_free()
154 manconf_file(struct manconf *conf, const char *file, int use_path_from_file) in manconf_file()
H A Dmain.c108 struct outstate *, struct manconf *);
111 int, struct outstate *, struct manconf *);
125 struct manconf conf; /* Manpaths and output options. */ in main()
856 struct outstate *outst, struct manconf *conf) in process_onefile()
923 struct outstate *outst, struct manconf *conf) in parse()
H A DMakefile65 cgi.o: cgi.h main.h manconf.h mandoc.h mandoc_aux.h mandoc_parse.h \
H A Dmandocdb.c304 struct manconf conf; in mandocdb()