Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dterm_ascii.c63 ascii_init(enum termenc enc, const struct manoutput *outopts) in ascii_init() argument
123 p->defrmargin = term_len(p, outopts->width ? outopts->width : 78); in ascii_init()
126 if (outopts->indent) in ascii_init()
127 p->defindent = outopts->indent; in ascii_init()
128 if (outopts->synopsisonly) in ascii_init()
137 ascii_alloc(const struct manoutput *outopts) in ascii_alloc() argument
139 return ascii_init(TERMENC_ASCII, outopts); in ascii_alloc()
143 utf8_alloc(const struct manoutput *outopts) in utf8_alloc() argument
145 return ascii_init(TERMENC_UTF8, outopts); in utf8_alloc()
149 locale_alloc(const struct manoutput *outopts) in locale_alloc() argument
[all …]
H A Dhtml.c140 html_alloc(const struct manoutput *outopts) in html_alloc() argument
148 h->style = outopts->style; in html_alloc()
149 if ((h->base_man1 = outopts->man) == NULL) in html_alloc()
153 h->base_includes = outopts->includes; in html_alloc()
154 if (outopts->fragment) in html_alloc()
156 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()
/src/sbin/ipf/common/
H A Dipf_y.y251 rulehead markout outopts rulemain ruletail outtag ruletail2
396 outopts:
397 | outopts outopt
/src/contrib/ncurses/man/
H A Dman_db.renames.in76 curs_outopts.3x outopts.3ncurses