Home
last modified time | relevance | path

Searched refs:HTML_TAG (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-text.h42 COLOR_TAG} HTML_TAG; typedef
45 HTML_TAG type;
100 void remove_tag (HTML_TAG tag);
118 int is_present (HTML_TAG t);
122 void push_para (HTML_TAG t);
123 void push_para (HTML_TAG t, void *arg, html_indent *in);
126 char *shutdown (HTML_TAG t);
132 html_indent *remove_indent (HTML_TAG tag);
H A Dhtml-text.cpp298 int html_text::is_present (HTML_TAG t) in is_present()
335 HTML_TAG t = p->type; in do_push()
377 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in) in push_para()
392 void html_text::push_para (HTML_TAG t) in push_para()
492 char *html_text::shutdown (HTML_TAG t) in shutdown()
728 html_indent *html_text::remove_indent (HTML_TAG tag) in remove_indent()
892 void html_text::remove_tag (HTML_TAG tag) in remove_tag()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.118586 * src/devices/grohtml/html_text.h (HTML_TAG): Remove TABLE_TAG.
3306 * src/devices/grohtml/html-text.h (HTML_TAG): Add COLOR_TAG.