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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1395 char *html_glyph; local
1415 html_glyph = get_html_translation(s->f, troff_charname);
1416 if (html_glyph)
1417 html_string += html_glyph;
4236 char *html_glyph = NULL; local
4241 html_glyph = (char *)sbuf_style.f->get_special_device_encoding(idx);
4243 html_glyph = NULL;
4245 if ((html_glyph == NULL) && (code >= UNICODE_DESC_START))
4246 html_glyph = to_unicode(code);
4248 html_glyph
[all...]

Completed in 54 milliseconds