Home
last modified time | relevance | path

Searched refs:print_text (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/bsd/mdocml/dist/
H A Dmdoc_html.c331 print_text(h, cp); in print_mdoc_head()
716 print_text(h, "("); in mdoc_xr_pre()
720 print_text(h, ")"); in mdoc_xr_pre()
1102 print_text(h, ","); in mdoc_fa_pre()
1215 print_text(h, sp); in mdoc_fn_pre()
1220 print_text(h, "("); in mdoc_fn_pre()
1238 print_text(h, ")"); in mdoc_fn_pre()
1370 print_text(h, ")"); in mdoc_fo_post()
1372 print_text(h, ";"); in mdoc_fo_post()
1393 print_text(h, "<"); in mdoc_in_pre()
[all …]
H A Dman_html.c148 print_text(h, cp); in print_man_head()
186 print_text(h, n->string); in print_man_node()
277 print_text(h, title); in man_root_pre()
282 print_text(h, man->vol); in man_root_pre()
286 print_text(h, title); in man_root_pre()
300 print_text(h, man->date); in man_root_post()
305 print_text(h, man->os); in man_root_post()
380 print_text(h, nn->string); in man_alt_pre()
525 print_text(h, "["); in man_OP_pre()
531 print_text(h, n->string); in man_OP_pre()
[all …]
H A Dhtml.c199 print_text(h, "table.head, table.foot { width: 100%; }"); in print_gen_head()
203 print_text(h, "td.head-vol { text-align: center; }"); in print_gen_head()
205 print_text(h, "div.Pp { margin: 1ex 0ex; }"); in print_gen_head()
207 print_text(h, "div.Nd, div.Bf, div.Op { display: inline; }"); in print_gen_head()
209 print_text(h, "span.Pa, span.Ad { font-style: italic; }"); in print_gen_head()
211 print_text(h, "span.Ms { font-weight: bold; }"); in print_gen_head()
213 print_text(h, "dl.Bl-diag "); in print_gen_head()
215 print_text(h, " dt { font-weight: bold; }"); in print_gen_head()
217 print_text(h, "code.Nm, code.Fl, code.Cm, code.Ic, " in print_gen_head()
220 print_text(h, "code.Cd { font-weight: bold; " in print_gen_head()
[all …]
H A Deqn_html.c198 print_text(p, bp->text); in eqn_box()
215 print_text(p, bp->bottom); in eqn_box()
220 print_text(p, bp->top); in eqn_box()
H A Droff_html.c77 print_text(h, n->string); in roff_html_pre_ce()
H A Dhtml.h135 void print_text(struct html *, const char *);
H A Dtbl_html.c243 print_text(h, dp->string); in print_tbl()
/netbsd/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.h69 virtual void print_text();
H A Dobject.cpp265 void object::print_text() in print_text() function in object
560 void print_text();
640 void graphic_object::print_text() in print_text() function in graphic_object
2004 p->print_text(); in print_object_list()
/netbsd/external/gpl2/groff/dist/
H A DChangeLog.1183248 (graphic_object::print_text): Use `out->set_color' and