Searched refs:manoutput (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/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() 137 ascii_alloc(const struct manoutput *outopts) in ascii_init() 143 utf8_alloc(const struct manoutput *outopts) in ascii_alloc() 149 locale_alloc(const struct manoutput *outopts) in utf8_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 | mandocd.c | 137 struct manoutput options; in main()
|
| H A D | manpath.c | 212 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 *); 1080 outdata_alloc(struct outstate *outst, struct manoutput *outconf) in parse()
|
| H A D | html.c | 140 html_alloc(const struct manoutput *outopts) in html_alloc()
|
| H A D | cgi.c | 902 struct manoutput conf; in resp_format()
|