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

/freebsd-11.0-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h62 void do_emittext (const char *s, int length);
H A Dhtml-text.cpp643 * do_emittext - tells the class that text was written during the current tag.
646 void html_text::do_emittext (const char *s, int length) function in class:html_text
758 do_emittext("", 0);
790 do_emittext("\n", 1);
847 do_emittext(" ", 1);
H A Dpost-html.cpp2204 current_paragraph->do_emittext(g->text_string, g->text_length);
2224 current_paragraph->do_emittext(g->text_string, g->text_length);
4052 current_paragraph->do_emittext(g->text_string, g->text_length);

Completed in 60 milliseconds