Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dterm.h19 enum termenc { enum
105 enum termenc enc; /* Type of encoding. */
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()