Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dterm_ascii.c51 static struct termp *ascii_init(enum termenc, char *);
69 ascii_init(enum termenc enc, char *outopts) in ascii_init() function
142 return(ascii_init(TERMENC_ASCII, outopts)); in ascii_alloc()
149 return(ascii_init(TERMENC_UTF8, outopts)); in utf8_alloc()
157 return(ascii_init(TERMENC_LOCALE, outopts)); in locale_alloc()