Searched refs:print_text (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc_html.c | 369 print_text(h, h->buf); in print_mdoc_head() 409 print_text(h, n->string); in print_mdoc_node() 485 print_text(h, meta->date); in mdoc_root_post() 490 print_text(h, meta->os); in mdoc_root_post() 522 print_text(h, title); in mdoc_root_pre() 527 print_text(h, volume); in mdoc_root_pre() 532 print_text(h, title); in mdoc_root_pre() 619 print_text(h, "\\-"); in mdoc_fl_pre() 640 print_text(h, "\\(em"); in mdoc_nd_pre() 659 print_text(h, meta->name); in mdoc_nm_pre() [all …]
|
H A D | man_html.c | 188 print_text(h, h->buf); in print_man_head() 223 print_text(h, n->string); in print_man_node() 313 print_text(h, title); in man_root_pre() 319 print_text(h, man->vol); in man_root_pre() 324 print_text(h, title); in man_root_pre() 344 print_text(h, man->date); in man_root_post() 351 print_text(h, man->source); in man_root_post() 377 print_text(h, "\\~"); in man_br_pre() 567 print_text(h, "["); in man_OP_pre() 574 print_text(h, n->string); in man_OP_pre() [all …]
|
H A D | eqn_html.c | 143 print_text(p, bp->text); in eqn_box() 163 print_text(p, bp->bottom); in eqn_box() 168 print_text(p, bp->top); in eqn_box()
|
H A D | tbl_html.c | 125 print_text(h, dp->string); in print_tbl()
|
H A D | html.h | 157 void print_text(struct html *, const char *);
|
H A D | html.c | 200 print_text(h, "table.head, table.foot { width: 100%; }\n" in print_gen_head() 551 print_text(struct html *h, const char *word) in print_text() function
|