Searched refs:HTML_TAG (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h40 COLOR_TAG} HTML_TAG; typedef in typeref:enum:__anon1509
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);
H A Dhtml-text.cpp296 int html_text::is_present (HTML_TAG t)
333 HTML_TAG t = p->type;
375 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in)
390 void html_text::push_para (HTML_TAG t)
490 char *html_text::shutdown (HTML_TAG t)
726 html_indent *html_text::remove_indent (HTML_TAG tag)
890 void html_text::remove_tag (HTML_TAG tag)

Completed in 91 milliseconds