Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h19 enum termenc { enum
105 enum termenc enc; /* Type of encoding. */
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()