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

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Duniglyph.cpp40 } unicode_to_glyph_list[] = { variable in typeref:struct:S
492 i < sizeof(unicode_to_glyph_list)/sizeof(unicode_to_glyph_list[0]);
495 utg->value = (char *)unicode_to_glyph_list[i].value;
496 unicode_to_glyph_table.define(unicode_to_glyph_list[i].key, utg);

Completed in 80 milliseconds