Symbol: manoutput
usr/src/cmd/mandoc/html.c
137
html_alloc(const struct manoutput *outopts)
usr/src/cmd/mandoc/main.c
1069
outdata_alloc(struct outstate *outst, struct manoutput *outconf)
usr/src/cmd/mandoc/main.c
107
static void outdata_alloc(struct outstate *, struct manoutput *);
usr/src/cmd/mandoc/main.h
20
struct manoutput;
usr/src/cmd/mandoc/main.h
29
void *html_alloc(const struct manoutput *);
usr/src/cmd/mandoc/main.h
40
void *locale_alloc(const struct manoutput *);
usr/src/cmd/mandoc/main.h
41
void *utf8_alloc(const struct manoutput *);
usr/src/cmd/mandoc/main.h
42
void *ascii_alloc(const struct manoutput *);
usr/src/cmd/mandoc/main.h
45
void *pdf_alloc(const struct manoutput *);
usr/src/cmd/mandoc/main.h
46
void *ps_alloc(const struct manoutput *);
usr/src/cmd/mandoc/manconf.h
50
struct manoutput output;
usr/src/cmd/mandoc/manconf.h
56
int manconf_output(struct manoutput *, const char *, int);
usr/src/cmd/mandoc/manpath.c
223
manconf_output(struct manoutput *conf, const char *cp, int fromfile)
usr/src/cmd/mandoc/term_ascii.c
142
ascii_alloc(const struct manoutput *outopts)
usr/src/cmd/mandoc/term_ascii.c
149
utf8_alloc(const struct manoutput *outopts)
usr/src/cmd/mandoc/term_ascii.c
156
locale_alloc(const struct manoutput *outopts)
usr/src/cmd/mandoc/term_ascii.c
43
static struct termp *ascii_init(enum termenc, const struct manoutput *);
usr/src/cmd/mandoc/term_ascii.c
63
ascii_init(enum termenc enc, const struct manoutput *outopts)
usr/src/cmd/mandoc/term_ps.c
114
static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
usr/src/cmd/mandoc/term_ps.c
515
pdf_alloc(const struct manoutput *outopts)
usr/src/cmd/mandoc/term_ps.c
521
ps_alloc(const struct manoutput *outopts)
usr/src/cmd/mandoc/term_ps.c
527
pspdf_alloc(const struct manoutput *outopts, enum termtype type)