Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/devices/grohtml/
HDhtml-text.h40 COLOR_TAG} HTML_TAG; typedef
43 HTML_TAG type;
98 void remove_tag (HTML_TAG tag);
116 int is_present (HTML_TAG t);
120 void push_para (HTML_TAG t);
121 void push_para (HTML_TAG t, void *arg, html_indent *in);
124 char *shutdown (HTML_TAG t);
130 html_indent *remove_indent (HTML_TAG tag);
HDhtml-text.cpp296 int html_text::is_present (HTML_TAG t) in is_present()
333 HTML_TAG t = p->type; in do_push()
375 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in) in push_para()
390 void html_text::push_para (HTML_TAG t) in push_para()
490 char *html_text::shutdown (HTML_TAG t) in shutdown()
726 html_indent *html_text::remove_indent (HTML_TAG tag) in remove_indent()
890 void html_text::remove_tag (HTML_TAG tag) in remove_tag()
/NextBSD/contrib/groff/
HDChangeLog.118586 * src/devices/grohtml/html_text.h (HTML_TAG): Remove TABLE_TAG.
3306 * src/devices/grohtml/html-text.h (HTML_TAG): Add COLOR_TAG.