Searched defs:print_otag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c173 print_otag(h, TAG_META, 1, tag);
178 t = print_otag(h, TAG_STYLE, 0, NULL);
196 print_otag(h, TAG_LINK, 4, tag);
236 h->metaf = print_otag(h, TAG_I, 0, NULL);
239 h->metaf = print_otag(h, TAG_B, 0, NULL);
242 h->metaf = print_otag(h, TAG_B, 0, NULL);
243 print_otag(h, TAG_I, 0, NULL);
436 print_otag(struct html *h, enum htmltag tag, function
536 h->metaf = print_otag(h, TAG_I, 0, NULL);
539 h->metaf = print_otag(
[all...]

Completed in 58 milliseconds