Lines Matching refs:html
83 struct html { struct
121 void roff_html_pre(struct html *, const struct roff_node *); argument
123 void print_gen_comment(struct html *, struct roff_node *);
124 void print_gen_decls(struct html *);
125 void print_gen_head(struct html *);
126 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);
127 struct tag *print_otag_id(struct html *, enum htmltag, const char *,
129 void print_tagq(struct html *, const struct tag *);
130 void print_stagq(struct html *, const struct tag *);
131 void print_tagged_text(struct html *, const char *,
133 void print_text(struct html *, const char *);
134 void print_tblclose(struct html *);
135 void print_tbl(struct html *, const struct tbl_span *);
136 void print_eqn(struct html *, const struct eqn_box *);
137 void print_endline(struct html *);
139 void html_close_paragraph(struct html *);
140 enum roff_tok html_fillmode(struct html *, enum roff_tok);
142 int html_setfont(struct html *, enum mandoc_esc);