HomeSort by: relevance | last modified time | path
    Searched refs:do_emittext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-text.h 64 void do_emittext (const char *s, int length);
html-text.cpp 645 * do_emittext - tells the class that text was written during the current tag.
648 void html_text::do_emittext (const char *s, int length) function in class:html_text
760 do_emittext("", 0);
792 do_emittext("\n", 1);
849 do_emittext(" ", 1);
post-html.cpp 2206 current_paragraph->do_emittext(g->text_string, g->text_length);
2226 current_paragraph->do_emittext(g->text_string, g->text_length);
4054 current_paragraph->do_emittext(g->text_string, g->text_length);

Completed in 18 milliseconds