HomeSort by: relevance | last modified time | path
    Searched defs:print_otag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/mdocml/dist/
html.c 199 print_otag(h, TAG_META, "?", "charset", "utf-8");
200 print_otag(h, TAG_META, "??", "name", "viewport",
203 print_otag(h, TAG_LINK, "?h??", "rel", "stylesheet",
212 t = print_otag(h, TAG_STYLE, "");
269 h->metaf = print_otag(h, TAG_I, "");
272 h->metaf = print_otag(h, TAG_B, "");
275 h->metaf = print_otag(h, TAG_B, "");
276 print_otag(h, TAG_I, "");
279 h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
282 h->metaf = print_otag(h, TAG_SPAN, "c", "Li")
628 print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) function
    [all...]
html.c 199 print_otag(h, TAG_META, "?", "charset", "utf-8");
200 print_otag(h, TAG_META, "??", "name", "viewport",
203 print_otag(h, TAG_LINK, "?h??", "rel", "stylesheet",
212 t = print_otag(h, TAG_STYLE, "");
269 h->metaf = print_otag(h, TAG_I, "");
272 h->metaf = print_otag(h, TAG_B, "");
275 h->metaf = print_otag(h, TAG_B, "");
276 print_otag(h, TAG_I, "");
279 h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
282 h->metaf = print_otag(h, TAG_SPAN, "c", "Li")
628 print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) function
    [all...]

Completed in 31 milliseconds