Lines Matching defs:h

139 	struct html	*h;  in html_alloc()  local
162 html_reset_internal(struct html *h) in html_reset_internal()
195 print_gen_head(struct html *h) in print_gen_head()
235 html_setfont(struct html *h, enum mandoc_esc font) in html_setfont()
261 print_metaf(struct html *h) in print_metaf()
295 html_close_paragraph(struct html *h) in html_close_paragraph()
317 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode()
432 print_escape(struct html *h, char c) in print_escape()
463 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode()
592 print_href(struct html *h, const char *name, const char *sec, int man) in print_href()
628 print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) in print_otag()
799 print_otag_id(struct html *h, enum htmltag elemtype, const char *cattr, in print_otag_id()
836 print_ctag(struct html *h, struct tag *tag) in print_ctag()
869 print_gen_decls(struct html *h) in print_gen_decls()
876 print_gen_comment(struct html *h, struct roff_node *n) in print_gen_comment()
902 print_text(struct html *h, const char *word) in print_text()
908 print_tagged_text(struct html *h, const char *word, struct roff_node *n) in print_tagged_text()
964 print_tagq(struct html *h, const struct tag *until) in print_tagq()
980 print_stagq(struct html *h, const struct tag *suntil) in print_stagq()
1005 print_byte(struct html *h, char c) in print_byte()
1035 print_endline(struct html *h) in print_endline()
1056 print_endword(struct html *h) in print_endword()
1081 print_indent(struct html *h) in print_indent()
1098 print_word(struct html *h, const char *cp) in print_word()