Searched refs:push_para (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/groff/src/devices/grohtml/ |
| HD | html-text.cpp | 375 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in) in push_para() function in html_text 390 void html_text::push_para (HTML_TAG t) in push_para() function in html_text 392 push_para(t, (void *)"", NULL); in push_para() 395 void html_text::push_para (color *c) in push_para() function in html_text 415 push_para(I_TAG); in do_italic() 425 push_para(B_TAG); in do_bold() 435 push_para(TT_TAG); in do_tt() 450 push_para(PRE_TAG, NULL, i); in do_pre() 453 push_para(PRE_TAG, NULL, NULL); in do_pre() 474 push_para(c); in do_color() [all …]
|
| HD | html-text.h | 120 void push_para (HTML_TAG t); 121 void push_para (HTML_TAG t, void *arg, html_indent *in); 122 void push_para (color *c);
|
| /NextBSD/contrib/groff/ |
| HD | 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.
|
| HD | ChangeLog.117 | 963 (html_text::push_para): Better table handling.
|
| HD | ChangeLog | 700 (html_text::push_para): Don't set `p->really_issued'. 1190 (html_text::push_para): Updated.
|