Home
last modified time | relevance | path

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

/dports/devel/liblouis/liblouis-3.20.0/liblouis/
H A DcompileTranslationTable.c3305 for (i = 0; i < MAX_EMPH_CLASSES && (*table)->emphClassNames[i]; i++) in compileRule()
3306 if (strcmp(s, (*table)->emphClassNames[i]) == 0) { in compileRule()
3374 (*table)->emphClassNames[i] = s; in compileRule()
3395 for (i = 0; i < MAX_EMPH_CLASSES && (*table)->emphClassNames[i]; i++) in compileRule()
3396 if (strcmp(s, (*table)->emphClassNames[i]) == 0) break; in compileRule()
3397 if (i == MAX_EMPH_CLASSES || !(*table)->emphClassNames[i]) { in compileRule()
4742 (*translationTable)->emphClassNames[0] = NULL; in compileTable()
4818 char const *name = table->emphClassNames[count]; in lou_getEmphClasses()
4983 for (int i = 0; i < MAX_EMPH_CLASSES && table->emphClassNames[i]; i++) in lou_getTypeformForEmphClass()
5107 for (int i = 0; i < MAX_EMPH_CLASSES && t->emphClassNames[i]; i++) in lou_free()
[all …]
H A Dinternal.h592 char *emphClassNames[MAX_EMPH_CLASSES]; member
/dports/devel/liblouis/liblouis-3.20.0/tools/
H A Dlou_debug.c317 for (int i = 0; i < MAX_EMPH_CLASSES && table->emphClassNames[i]; i++) { in show_brailleIndicators()