Searched defs:mchars (Results 1 – 7 of 7) 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() 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 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() 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 D | read.c | 53 const struct mchars *mchars; /* character table */ member 887 const struct mchars *mchars, const char *defos) in mparse_alloc()
|
H A D | html.c | 132 html_alloc(const struct mchars *mchars, char *outopts) in html_alloc()
|
H A D | main.c | 77 struct mchars *mchars; /* character table */ member
|
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()
|