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