Home
last modified time | relevance | path

Searched refs:html_string (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1396 string html_string; in add_and_encode() local
1419 html_string += html_glyph; in add_and_encode()
1424 html_string += s->f->get_code(idx); in add_and_encode()
1428 html_string += str[i]; in add_and_encode()
1431 if (html_string.length() > 0) { in add_and_encode()
1434 g->text_glob_tag(s, buffer.add_string(html_string), in add_and_encode()
1435 html_string.length(), in add_and_encode()
1439 g->text_glob_special(s, buffer.add_string(html_string), in add_and_encode()
1440 html_string.length(), in add_and_encode()