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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp468 int is_a_tag (void);
648 * is_a_tag - returns TRUE if glob contains a troff directive.
651 int text_glob::is_a_tag (void) function in class:text_glob
850 return is_a_tag() && ((strcmp ("devtag:.br", text_string) == 0) ||
2392 } else if (t->is_a_tag()) {
2561 else if (! (g->is_a_line() || g->is_a_tag())) {
2599 if (! g->is_a_tag() && (! is_font_courier(g->text_style.f)))
2737 while (t->is_a_tag() && (! page_contents->glyphs.is_equal_to_head())) {
3211 if (g->is_a_tag())
3327 while (page_contents->glyphs.get_data()->is_a_tag())
[all...]

Completed in 59 milliseconds