Searched defs:mchars (Results 1 – 7 of 7) sorted by relevance
/titanic_51/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 146 ascii_alloc(const struct mchars *mchars, char *outopts) in ascii_alloc() argument 153 utf8_alloc(const struct mchars *mchars, char *outopts) in utf8_alloc() argument 160 locale_alloc(const struct mchars * mchars,char * outopts) locale_alloc() argument [all...] |
H A D | chars.c | 51 struct mchars { struct 55 static const struct ln *find(const struct mchars *, argument
|
H A D | term_ps.c | 510 pdf_alloc(const struct mchars *mchars, char *outopts) in pdf_alloc() argument 521 ps_alloc(const struct mchars *mchars, char *outopts) in ps_alloc() argument 532 pspdf_alloc(const struct mchars *mchars, char *outopts) in pspdf_alloc() argument [all...] |
H A D | read.c | 53 const struct mchars *mchars; /* character table */ member 887 const struct mchars *mchars, const char *defos) in mparse_alloc() argument
|
H A D | html.c | 132 html_alloc(const struct mchars *mchars, char *outopts) in html_alloc() argument
|
H A D | main.c | 77 struct mchars *mchars; /* character table */ member [all...] |
H A D | roff.c | 315 const struct mchars *mchars; /* character table */ member 885 roff_alloc(struct mparse *parse, const struct mchars *mchars, int options) in roff_alloc() argument
|