Searched refs:outopts (Results 1 – 5 of 5) sorted by relevance
| /titanic_53/usr/src/cmd/mandoc/ |
| H A D | term_ascii.c | 61 ascii_init(enum termenc enc, const struct mchars *mchars, char *outopts) in ascii_init() argument 111 while (outopts && *outopts) in ascii_init() 112 switch (getsubopt(&outopts, UNCONST(toks), &v)) { in ascii_init() 146 ascii_alloc(const struct mchars *mchars, char *outopts) in ascii_alloc() argument 149 return(ascii_init(TERMENC_ASCII, mchars, outopts)); in ascii_alloc() 153 utf8_alloc(const struct mchars *mchars, char *outopts) in utf8_alloc() argument 156 return(ascii_init(TERMENC_UTF8, mchars, outopts)); in utf8_alloc() 160 locale_alloc(const struct mchars *mchars, char *outopts) in locale_alloc() argument 163 return(ascii_init(TERMENC_LOCALE, mchars, outopts)); in locale_alloc()
|
| H A D | main.c | 85 char outopts[BUFSIZ]; /* buf of output opts */ member 199 (void)strlcat(curp.outopts, "synopsis,", BUFSIZ); in main() 241 (void)strlcat(curp.outopts, optarg, BUFSIZ); in main() 242 (void)strlcat(curp.outopts, ",", BUFSIZ); in main() 660 curp->outopts); in parse() 665 curp->outopts); in parse() 670 curp->outopts); in parse() 675 curp->outopts); in parse() 680 curp->outopts); in parse() 685 curp->outopts); in parse()
|
| H A D | term_ps.c | 510 pdf_alloc(const struct mchars *mchars, char *outopts) in pdf_alloc() argument 514 if (NULL != (p = pspdf_alloc(mchars, outopts))) in pdf_alloc() 521 ps_alloc(const struct mchars *mchars, char *outopts) in ps_alloc() argument 525 if (NULL != (p = pspdf_alloc(mchars, outopts))) in ps_alloc() 532 pspdf_alloc(const struct mchars *mchars, char *outopts) in pspdf_alloc() argument 563 while (outopts && *outopts) in pspdf_alloc() 564 switch (getsubopt(&outopts, UNCONST(toks), &v)) { in pspdf_alloc()
|
| H A D | html.c | 132 html_alloc(const struct mchars *mchars, char *outopts) in html_alloc() argument 149 while (outopts && *outopts) in html_alloc() 150 switch (getsubopt(&outopts, UNCONST(toks), &v)) { in html_alloc()
|
| /titanic_53/usr/src/cmd/ipf/tools/ |
| H A D | ipf_y.y | 248 rulehead markout { ruleopts = 0; } outopts rulemain ruletail outtag ruletail2 389 outopts: 390 | outopts outopt
|