Home
last modified time | relevance | path

Searched refs:outopts (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c125 if (outopts->mdoc) { in ascii_init()
129 if (outopts->indent) in ascii_init()
130 p->defindent = outopts->indent; in ascii_init()
131 if (outopts->width) in ascii_init()
132 p->defrmargin = outopts->width; in ascii_init()
133 if (outopts->synopsisonly) in ascii_init()
142 ascii_alloc(const struct manoutput *outopts) in ascii_alloc() argument
145 return ascii_init(TERMENC_ASCII, outopts); in ascii_alloc()
149 utf8_alloc(const struct manoutput *outopts) in utf8_alloc() argument
152 return ascii_init(TERMENC_UTF8, outopts); in utf8_alloc()
[all …]
H A Dhtml.c137 html_alloc(const struct manoutput *outopts) in html_alloc() argument
145 h->style = outopts->style; in html_alloc()
146 if ((h->base_man1 = outopts->man) == NULL) in html_alloc()
150 h->base_includes = outopts->includes; in html_alloc()
151 if (outopts->fragment) in html_alloc()
153 if (outopts->toc) in html_alloc()
H A Dterm_ps.c515 pdf_alloc(const struct manoutput *outopts) in pdf_alloc() argument
517 return pspdf_alloc(outopts, TERMTYPE_PDF); in pdf_alloc()
521 ps_alloc(const struct manoutput *outopts) in ps_alloc() argument
523 return pspdf_alloc(outopts, TERMTYPE_PS); in ps_alloc()
527 pspdf_alloc(const struct manoutput *outopts, enum termtype type) in pspdf_alloc() argument
567 pp = outopts->paper; in pspdf_alloc()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y248 rulehead markout { ruleopts = 0; } outopts rulemain ruletail outtag ruletail2
389 outopts:
390 | outopts outopt