Lines Matching defs:h
128 struct html *h; in html_alloc() local
150 html_reset_internal(struct html *h) in html_reset_internal()
183 print_gen_head(struct html *h) in print_gen_head()
226 print_metaf(struct html *h, enum mandoc_esc deco) in print_metaf()
282 html_close_paragraph(struct html *h) in html_close_paragraph()
307 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode()
393 print_escape(struct html *h, char c) in print_escape()
424 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode()
550 print_href(struct html *h, const char *name, const char *sec, int man) in print_href()
586 print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) in print_otag()
732 print_ctag(struct html *h, struct tag *tag) in print_ctag()
765 print_gen_decls(struct html *h) in print_gen_decls()
772 print_gen_comment(struct html *h, struct roff_node *n) in print_gen_comment()
798 print_text(struct html *h, const char *word) in print_text()
846 print_tagq(struct html *h, const struct tag *until) in print_tagq()
862 print_stagq(struct html *h, const struct tag *suntil) in print_stagq()
887 print_byte(struct html *h, char c) in print_byte()
917 print_endline(struct html *h) in print_endline()
938 print_endword(struct html *h) in print_endword()
963 print_indent(struct html *h) in print_indent()
983 print_word(struct html *h, const char *cp) in print_word()