Home
last modified time | relevance | path

Searched defs:outopts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/mandoc/
H A Dterm_ascii.c63 ascii_init(enum termenc enc, const struct manoutput *outopts) in ascii_init() argument
141 ascii_alloc(const struct manoutput * outopts) ascii_alloc() argument
148 utf8_alloc(const struct manoutput * outopts) utf8_alloc() argument
155 locale_alloc(const struct manoutput * outopts) locale_alloc() argument
[all...]
H A Dterm_ps.c515 pdf_alloc(const struct manoutput *outopts) in pdf_alloc() argument
521 ps_alloc(const struct manoutput *outopts) in ps_alloc() argument
527 pspdf_alloc(const struct manoutput *outopts, enum termtype type) in pspdf_alloc() argument
H A Dhtml.c140 html_alloc(const struct manoutput *outopts) in html_alloc()