Searched refs:push_para (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | html-text.cpp | 377 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in) in push_para() function in html_text 392 void html_text::push_para (HTML_TAG t) in push_para() function in html_text 394 push_para(t, (void *)"", NULL); in push_para() 397 void html_text::push_para (color *c) in push_para() function in html_text 417 push_para(I_TAG); in do_italic() 427 push_para(B_TAG); in do_bold() 437 push_para(TT_TAG); in do_tt() 452 push_para(PRE_TAG, NULL, i); in do_pre() 455 push_para(PRE_TAG, NULL, NULL); in do_pre() 476 push_para(c); in do_color() [all …]
|
| H A D | html-text.h | 122 void push_para (HTML_TAG t); 123 void push_para (HTML_TAG t, void *arg, html_indent *in); 124 void push_para (color *c);
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.118 | 569 (html_text::push_para): Add new parameter for indentation; updated 2426 (html_text::push_para): Call it. 3309 Use `void *' for second parameter of `push_para' member function. 3310 New `push_para' member function with a single parameter. 3319 (html_text::push_para): Use `void *' for second parameter.
|
| H A D | ChangeLog.117 | 963 (html_text::push_para): Better table handling.
|
| H A D | ChangeLog | 700 (html_text::push_para): Don't set `p->really_issued'. 1190 (html_text::push_para): Updated.
|