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

/freebsd-13-stable/contrib/mandoc/
H A Deqn_html.c69 post = print_otag(p, TAG_MTABLE, "");
72 row = print_otag(p, TAG_MTR, "");
80 cell = print_otag(p, TAG_MTD, "");
98 post = print_otag(p, TAG_MOVER, "");
101 post = print_otag(p, TAG_MSUP, "");
104 post = print_otag(p, TAG_MUNDER, "");
107 post = print_otag(p, TAG_MSUB, "");
110 post = print_otag(p, TAG_MFRAC, "");
113 post = print_otag(p, TAG_MUNDEROVER, "");
116 post = print_otag(
[all...]
H A Dmdoc_html.c261 print_otag(h, TAG_BR, "");
277 print_otag(h, TAG_BR, "");
281 print_otag(h, TAG_P, "c", "Pp");
296 print_otag(h, TAG_HTML, "");
299 t = print_otag(h, TAG_HEAD, "");
302 print_otag(h, TAG_BODY, "");
306 t = print_otag(h, TAG_DIV, "c", "manual-text");
330 print_otag(h, TAG_TITLE, "");
373 print_otag(h, TAG_BR, "");
455 t = print_otag(
[all...]
H A Dman_html.c123 print_otag(h, TAG_HTML, "");
126 t = print_otag(h, TAG_HEAD, "");
129 print_otag(h, TAG_BODY, "");
133 t = print_otag(h, TAG_DIV, "c", "manual-text");
147 print_otag(h, TAG_TITLE, "");
273 t = print_otag(h, TAG_TABLE, "c", "head");
274 tt = print_otag(h, TAG_TR, "");
276 print_otag(h, TAG_TD, "c", "head-ltitle");
280 print_otag(h, TAG_TD, "c", "head-vol");
285 print_otag(
[all...]
H A Droff_html.c67 print_otag(h, TAG_BR, "");
88 print_otag(h, TAG_BR, "");
104 print_otag(h, TAG_BR, "");
115 print_otag(h, TAG_P, "c", "Pp");
H A Dtbl_html.c92 h->tblt = print_otag(h, TAG_TABLE, "c?ss", "tbl",
170 tt = print_otag(h, TAG_TR, "ss",
238 print_otag(h, TAG_TD, "??sss",
H A Dhtml.c188 print_otag(h, TAG_META, "?", "charset", "utf-8");
190 print_otag(h, TAG_LINK, "?h??", "rel", "stylesheet",
199 t = print_otag(h, TAG_STYLE, "");
259 h->metaf = print_otag(h, TAG_I, "");
262 h->metaf = print_otag(h, TAG_B, "");
265 h->metaf = print_otag(h, TAG_B, "");
266 print_otag(h, TAG_I, "");
269 h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
320 print_otag(h, TAG_PRE, "");
447 print_otag(
582 print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) function
[all...]
H A Dhtml.h122 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);

Completed in 70 milliseconds