Lines Matching defs:html
1 /* $Id: html.h,v 1.70 2014/12/02 10:08:06 schwarze Exp $ */
118 struct html {
151 void print_gen_decls(struct html *);
152 void print_gen_head(struct html *);
153 struct tag *print_otag(struct html *, enum htmltag,
155 void print_tagq(struct html *, const struct tag *);
156 void print_stagq(struct html *, const struct tag *);
157 void print_text(struct html *, const char *);
158 void print_tblclose(struct html *);
159 void print_tbl(struct html *, const struct tbl_span *);
160 void print_eqn(struct html *, const struct eqn *);
161 void print_paragraph(struct html *);
166 void bufcat_fmt(struct html *, const char *, ...);
167 void bufcat(struct html *, const char *);
168 void bufcat_id(struct html *, const char *);
169 void bufcat_style(struct html *,
171 void bufcat_su(struct html *, const char *,
173 void bufinit(struct html *);
174 void buffmt_man(struct html *,
176 void buffmt_includes(struct html *, const char *);