Searched refs:manoutput (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c133 html_alloc(const struct manoutput *outopts)
H A Dmain.c87 struct manoutput *outopts; /* output options */
H A Dmain.h22 struct manoutput;
31 void *html_alloc(const struct manoutput *);
42 void *locale_alloc(const struct manoutput *);
43 void *utf8_alloc(const struct manoutput *);
44 void *ascii_alloc(const struct manoutput *);
47 void *pdf_alloc(const struct manoutput *);
48 void *ps_alloc(const struct manoutput *);
H A Dmanconf.h28 struct manoutput { struct
41 struct manoutput output;
47 void manconf_output(struct manoutput *, const char *);
H A Dmanpath.c276 manconf_output(struct manoutput *conf, const char *cp)
H A Dterm_ascii.c41 static struct termp *ascii_init(enum termenc, const struct manoutput *);
61 ascii_init(enum termenc enc, const struct manoutput *outopts)
127 ascii_alloc(const struct manoutput *outopts)
134 utf8_alloc(const struct manoutput *outopts)
141 locale_alloc(const struct manoutput *outopts)
H A Dterm_ps.c113 static struct termp *pspdf_alloc(const struct manoutput *);
514 pdf_alloc(const struct manoutput *outopts)
525 ps_alloc(const struct manoutput *outopts)
536 pspdf_alloc(const struct manoutput *outopts)

Completed in 132 milliseconds