Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dterm_ascii.c69 ascii_init(enum termenc enc, char *outopts) in ascii_init()
139 ascii_alloc(char *outopts) in ascii_alloc()
146 utf8_alloc(char *outopts) in utf8_alloc()
154 locale_alloc(char *outopts) in locale_alloc()
H A Dhtml.c118 ml_alloc(char *outopts, enum htmltype type) in ml_alloc()
158 html_alloc(char *outopts) in html_alloc()
166 xhtml_alloc(char *outopts) in xhtml_alloc()
H A Dterm_ps.c407 pdf_alloc(char *outopts) in pdf_alloc()
418 ps_alloc(char *outopts) in ps_alloc()
429 pspdf_alloc(char *outopts) in pspdf_alloc()
H A Dmain.c66 char outopts[BUFSIZ]; /* buf of output opts */ member