Home
last modified time | relevance | path

Searched refs:ascii_init (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c43 static struct termp *ascii_init(enum termenc, const struct manoutput *);
63 ascii_init(enum termenc enc, const struct manoutput *outopts) in ascii_init() function
145 return ascii_init(TERMENC_ASCII, outopts); in ascii_alloc()
152 return ascii_init(TERMENC_UTF8, outopts); in utf8_alloc()
159 return ascii_init(TERMENC_LOCALE, outopts); in locale_alloc()