Searched refs:html_indent (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
H A D | html-text.h | 49 html_indent *indent; 116 html_indent *indent; /* our indent class */ 121 void do_para (const char *arg, html_indent *in, int space); 123 void push_para (HTML_TAG t, void *arg, html_indent *in); 132 html_indent *remove_indent (HTML_TAG tag);
|
H A D | html-text.cpp | 377 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in) in push_para() 448 html_indent *i = remove_indent(P_TAG); in do_pre() 674 void html_text::do_para (const char *arg, html_indent *in, int space) in do_para() 678 html_indent *i = remove_indent(PRE_TAG); in do_para() 701 html_indent *ind; in do_para() 706 ind = new html_indent(op, indentation_value, page_offset, line_length); in do_para() 728 html_indent *html_text::remove_indent (HTML_TAG tag) in remove_indent() 734 html_indent *i = p->indent; in remove_indent() 764 html_indent *i = remove_indent(P_TAG); in do_space() 977 html_indent *i = remove_indent(P_TAG); in remove_para_align()
|
H A D | html-table.h | 116 class html_indent { 118 html_indent (simple_output *op, int ind, int pageoffset, int linelength); 119 ~html_indent (void);
|
H A D | html-table.cpp | 728 html_indent::html_indent (simple_output *op, int ind, int pageoffset, int linelength) in html_indent() function in html_indent 739 html_indent::~html_indent (void) in ~html_indent() 745 void html_indent::begin (int space) in begin() 772 void html_indent::end (void) in end() 780 void html_indent::get_reg (int *ind, int *pageoffset, int *linelength) in get_reg()
|
H A D | post-html.cpp | 1973 html_indent *indent;
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog | 687 (html_indent::html_indent): Don't set `is_used'. 688 (html_indent::begin): Rewritten. 689 (html_indent::end): Remove code in function.
|