Searched refs:manoutput (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | main.h | 20 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 *);
|
H A D | manconf.h | 31 struct manoutput { struct 50 struct manoutput output; argument 56 int manconf_output(struct manoutput *, const char *, int);
|
H A D | term_ascii.c | 43 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()
|
H A D | term_ps.c | 114 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()
|
H A D | manpath.c | 223 manconf_output(struct manoutput *conf, const char *cp, int fromfile) in manconf_output()
|
H A D | main.c | 107 static void outdata_alloc(struct outstate *, struct manoutput *); 1069 outdata_alloc(struct outstate *outst, struct manoutput *outconf) in outdata_alloc()
|
H A D | html.c | 137 html_alloc(const struct manoutput *outopts) in html_alloc()
|