print_otag_id
struct tag *print_otag_id(struct html *, enum htmltag, const char *,
print_otag_id(h, tag, class, n);
print_otag_id(h, TAG_DT, NULL, n);
t = print_otag_id(h, TAG_CODE, "Fn", n);
t = print_otag_id(h, TAG_CODE, "Fn", n);
print_otag_id(h, TAG_SPAN, roff_name[n->tok], n);
print_otag_id(h, TAG_B, "Sy", n);
print_otag_id(h, TAG_CODE, roff_name[n->tok], n);
print_otag_id(h, TAG_H1, "Sh", n);
print_otag_id(h, TAG_H2, "Ss", n);
print_otag_id(h, TAG_CODE, "Fl", n);
print_otag_id(h, TAG_LI, NULL, n);
print_otag_id(h, TAG_DT, NULL, n);
print_otag_id(h, TAG_DT, NULL, n);
print_otag_id(h, TAG_TR, NULL, n);
print_otag_id(h, TAG_DL,
print_otag_id(h, elemtype, cattr, n->body);
print_otag_id(h, TAG_I, "Em", n);
print_otag_id(h, TAG_DIV, "Bd Bd-indent", n);
print_otag_id(h, TAG_DIV, buf, n);