H A D | html.h | 85 struct html { struct 123 void roff_html_pre(struct html *, const struct roff_node *); argument 125 void print_gen_comment(struct html *, struct roff_node *); 126 void print_gen_decls(struct html *); 127 void print_gen_head(struct html *); 128 struct tag *print_otag(struct html *, enum htmltag, const char *, ...); 129 struct tag *print_otag_id(struct html *, enum htmltag, const char *, 131 void print_tagq(struct html *, const struct tag *); 132 void print_stagq(struct html *, const struct tag *); 133 void print_tagged_text(struct html *, const char *, [all …]
|