manoutput
html_alloc(const struct manoutput *outopts)
outdata_alloc(struct outstate *outst, struct manoutput *outconf)
static void outdata_alloc(struct outstate *, struct manoutput *);
struct manoutput;
void *html_alloc(const struct manoutput *);
void *locale_alloc(const struct manoutput *);
void *utf8_alloc(const struct manoutput *);
void *ascii_alloc(const struct manoutput *);
void *pdf_alloc(const struct manoutput *);
void *ps_alloc(const struct manoutput *);
struct manoutput output;
int manconf_output(struct manoutput *, const char *, int);
manconf_output(struct manoutput *conf, const char *cp, int fromfile)
ascii_alloc(const struct manoutput *outopts)
utf8_alloc(const struct manoutput *outopts)
locale_alloc(const struct manoutput *outopts)
static struct termp *ascii_init(enum termenc, const struct manoutput *);
ascii_init(enum termenc enc, const struct manoutput *outopts)
static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
pdf_alloc(const struct manoutput *outopts)
ps_alloc(const struct manoutput *outopts)
pspdf_alloc(const struct manoutput *outopts, enum termtype type)