Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm_ascii.c61 ascii_init(enum termenc enc, const struct mchars *mchars, char *outopts) in ascii_init()
146 ascii_alloc(const struct mchars *mchars, char *outopts) in ascii_alloc()
153 utf8_alloc(const struct mchars *mchars, char *outopts) in utf8_alloc()
160 locale_alloc(const struct mchars *mchars, char *outopts) in locale_alloc()
H A Dterm_ps.c510 pdf_alloc(const struct mchars *mchars, char *outopts) in pdf_alloc()
521 ps_alloc(const struct mchars *mchars, char *outopts) in ps_alloc()
532 pspdf_alloc(const struct mchars *mchars, char *outopts) in pspdf_alloc()
H A Dhtml.c132 html_alloc(const struct mchars *mchars, char *outopts) in html_alloc()
H A Dmain.c85 char outopts[BUFSIZ]; /* buf of output opts */ member