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

/macosx-10.9.5/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp649 lig_chars table. `ch' gives the full-name of the character, `name'
656 } lig_chars[] = { variable in typeref:struct:S
667 // Indices into lig_chars[].
794 for (unsigned int j = 0; j < sizeof(lig_chars)/sizeof(lig_chars[0]); j++)
796 if (strcmp(lig_chars[j].ch, p->ch) == 0)
797 lig_chars[j].i = i;
803 int i1 = lig_chars[lig_table[i].c1].i;
804 int i2 = lig_chars[lig_table[i].c2].i;
805 int r = lig_chars[lig_tabl
[all...]

Completed in 124 milliseconds