Lines Matching defs:h
134 struct html *h; in html_alloc() local
174 struct html *h; in html_free() local
187 print_gen_head(struct html *h) in print_gen_head()
222 print_metaf(struct html *h, enum mandoc_esc deco) in print_metaf()
359 print_encode(struct html *h, const char *p, int norecurse) in print_encode()
459 print_attr(struct html *h, const char *key, const char *val) in print_attr()
467 print_otag(struct html *h, enum htmltag tag, in print_otag()
521 print_ctag(struct html *h, struct tag *tag) in print_ctag()
544 print_gen_decls(struct html *h) in print_gen_decls()
551 print_text(struct html *h, const char *word) in print_text()
597 print_tagq(struct html *h, const struct tag *until) in print_tagq()
609 print_stagq(struct html *h, const struct tag *suntil) in print_stagq()
621 print_paragraph(struct html *h) in print_paragraph()
633 bufinit(struct html *h) in bufinit()
641 bufcat_style(struct html *h, const char *key, const char *val) in bufcat_style()
651 bufcat(struct html *h, const char *p) in bufcat()
665 bufcat_fmt(struct html *h, const char *fmt, ...) in bufcat_fmt()
677 bufncat(struct html *h, const char *p, size_t sz) in bufncat()
686 buffmt_includes(struct html *h, const char *name) in buffmt_includes()
710 buffmt_man(struct html *h, const char *name, const char *sec) in buffmt_man()
737 bufcat_su(struct html *h, const char *p, const struct roffsu *su) in bufcat_su()
751 bufcat_id(struct html *h, const char *src) in bufcat_id()