Home
last modified time | relevance | path

Searched refs:html_indent (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-text.h49 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 Dhtml-text.cpp377 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 Dhtml-table.h116 class html_indent {
118 html_indent (simple_output *op, int ind, int pageoffset, int linelength);
119 ~html_indent (void);
H A Dhtml-table.cpp728 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 Dpost-html.cpp1973 html_indent *indent;
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog687 (html_indent::html_indent): Don't set `is_used'.
688 (html_indent::begin): Rewritten.
689 (html_indent::end): Remove code in function.