Searched refs:html_indent (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h47 html_indent *indent;
114 html_indent *indent; /* our indent class */
119 void do_para (const char *arg, html_indent *in, int space);
121 void push_para (HTML_TAG t, void *arg, html_indent *in);
130 html_indent *remove_indent (HTML_TAG tag);
H A Dhtml-table.h114 class html_indent { class
116 html_indent (simple_output *op, int ind, int pageoffset, int linelength);
117 ~html_indent (void);
H A Dhtml-text.cpp375 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in)
446 html_indent *i = remove_indent(P_TAG);
672 void html_text::do_para (const char *arg, html_indent *in, int space)
676 html_indent *i = remove_indent(PRE_TAG);
699 html_indent *ind;
704 ind = new html_indent(op, indentation_value, page_offset, line_length);
726 html_indent *html_text::remove_indent (HTML_TAG tag)
732 html_indent *i = p->indent;
762 html_indent *i = remove_indent(P_TAG);
975 html_indent *
[all...]
H A Dhtml-table.cpp722 * html_indent - creates an indent with indentation, ind, given
726 html_indent::html_indent (simple_output *op, int ind, int pageoffset, int linelength) function in class:html_indent
737 html_indent::~html_indent (void)
743 void html_indent::begin (int space)
770 void html_indent::end (void)
778 void html_indent::get_reg (int *ind, int *pageoffset, int *linelength)
H A Dpost-html.cpp1971 html_indent *indent;

Completed in 72 milliseconds