Lines Matching defs:h

142 	struct html	*h;  in html_alloc()  local
165 html_reset_internal(struct html *h) in html_reset_internal()
198 print_gen_head(struct html *h) in print_gen_head()
238 html_setfont(struct html *h, enum mandoc_esc font) in html_setfont()
264 print_metaf(struct html *h) in print_metaf()
298 html_close_paragraph(struct html *h) in html_close_paragraph()
320 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode()
438 print_escape(struct html *h, char c) in print_escape()
469 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode()
598 print_href(struct html *h, const char *name, const char *sec, int man) in print_href()
634 print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) in print_otag()
808 print_otag_id(struct html *h, enum htmltag elemtype, const char *cattr, in print_otag_id()
845 print_ctag(struct html *h, struct tag *tag) in print_ctag()
878 print_gen_decls(struct html *h) in print_gen_decls()
885 print_gen_comment(struct html *h, struct roff_node *n) in print_gen_comment()
911 print_text(struct html *h, const char *word) in print_text()
917 print_tagged_text(struct html *h, const char *word, struct roff_node *n) in print_tagged_text()
973 print_tagq(struct html *h, const struct tag *until) in print_tagq()
989 print_stagq(struct html *h, const struct tag *suntil) in print_stagq()
1014 print_byte(struct html *h, char c) in print_byte()
1044 print_endline(struct html *h) in print_endline()
1065 print_endword(struct html *h) in print_endword()
1090 print_indent(struct html *h) in print_indent()
1107 print_word(struct html *h, const char *cp) in print_word()