Home
last modified time | relevance | path

Searched refs:manoutput (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
Dmain.h20 struct manoutput;
29 void *html_alloc(const struct manoutput *);
40 void *locale_alloc(const struct manoutput *);
41 void *utf8_alloc(const struct manoutput *);
42 void *ascii_alloc(const struct manoutput *);
45 void *pdf_alloc(const struct manoutput *);
46 void *ps_alloc(const struct manoutput *);
Dmanconf.h31 struct manoutput { struct
50 struct manoutput output; argument
56 int manconf_output(struct manoutput *, const char *, int);
Dterm_ascii.c43 static struct termp *ascii_init(enum termenc, const struct manoutput *);
63 ascii_init(enum termenc enc, const struct manoutput *outopts) in ascii_init()
142 ascii_alloc(const struct manoutput *outopts) in ascii_alloc()
149 utf8_alloc(const struct manoutput *outopts) in utf8_alloc()
156 locale_alloc(const struct manoutput *outopts) in locale_alloc()
Dterm_ps.c114 static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
515 pdf_alloc(const struct manoutput *outopts) in pdf_alloc()
521 ps_alloc(const struct manoutput *outopts) in ps_alloc()
527 pspdf_alloc(const struct manoutput *outopts, enum termtype type) in pspdf_alloc()
Dmandocd.c119 struct manoutput options; in main()
Dmanpath.c223 manconf_output(struct manoutput *conf, const char *cp, int fromfile) in manconf_output()
Dmain.c107 static void outdata_alloc(struct outstate *, struct manoutput *);
1099 outdata_alloc(struct outstate *outst, struct manoutput *outconf) in outdata_alloc()
Dhtml.c137 html_alloc(const struct manoutput *outopts) in html_alloc()
Dcgi.c875 struct manoutput conf; in resp_format()