Searched refs:print_text (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c361 print_text(h, h->buf);
398 print_text(h, n->string);
471 print_text(h, meta->date);
476 print_text(h, meta->os);
508 print_text(h, title);
513 print_text(h, volume);
518 print_text(h, title);
603 print_text(h, "\\-");
624 print_text(h, "\\(em");
645 print_text(
[all...]
H A Dman_html.c183 print_text(h, h->buf);
218 print_text(h, n->string);
308 print_text(h, title);
314 print_text(h, man->vol);
319 print_text(h, title);
339 print_text(h, man->date);
346 print_text(h, man->os);
372 print_text(h, "\\~");
561 print_text(h, "[");
568 print_text(
[all...]
H A Deqn_html.c143 print_text(p, bp->text);
163 print_text(p, bp->bottom);
168 print_text(p, bp->top);
H A Dhtml.h155 void print_text(struct html *, const char *);
H A Dtbl_html.c125 print_text(h, dp->string);
H A Dhtml.c179 print_text(h, "table.head, table.foot { width: 100%; }\n"
520 print_text(struct html *h, const char *word) function

Completed in 50 milliseconds