Lines Matching refs:html
113 struct html { struct
139 void print_gen_decls(struct html *); argument
140 void print_gen_head(struct html *);
141 struct tag *print_otag(struct html *, enum htmltag,
143 void print_tagq(struct html *, const struct tag *);
144 void print_stagq(struct html *, const struct tag *);
145 void print_text(struct html *, const char *);
146 void print_tblclose(struct html *);
147 void print_tbl(struct html *, const struct tbl_span *);
148 void print_eqn(struct html *, const struct eqn *);
150 void bufcat_fmt(struct html *, const char *, ...);
151 void bufcat(struct html *, const char *);
152 void bufcat_id(struct html *, const char *);
153 void bufcat_style(struct html *,
155 void bufcat_su(struct html *, const char *,
157 void bufinit(struct html *);
158 void buffmt_man(struct html *,
160 void buffmt_includes(struct html *, const char *);