Searched refs:manconf (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/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 | manpath.c | 36 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 D | main.c | 108 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 D | Makefile | 65 cgi.o: cgi.h main.h manconf.h mandoc.h mandoc_aux.h mandoc_parse.h \
|
H A D | mandocdb.c | 304 struct manconf conf; in mandocdb()
|