Home
last modified time | relevance | path

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

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dlookup.cpp510 m_chartypes = NULL; in linit()
513 m_chartypes = (struct strchartype *) in linit()
515 if (m_chartypes == NULL) in linit()
524 m_chartypes[i].name = &m_hashstrings[nextchar]; in linit()
525 nextchar += strlen (m_chartypes[i].name) + 1; in linit()
526 m_chartypes[i].deformatter = &m_hashstrings[nextchar]; in linit()
527 nextchar += strlen (m_chartypes[i].deformatter) + 1; in linit()
528 m_chartypes[i].suffixes = &m_hashstrings[nextchar]; in linit()
H A Dmakedent.cpp842 if (strcmp (name, m_chartypes[i].name) == 0) in findfiletype()
846 (strcmp (m_chartypes[i].deformatter, "tex") == 0); in findfiletype()
853 for (cp = m_chartypes[i].suffixes; *cp != '\0'; cp += cplen + 1) in findfiletype()
860 (strcmp (m_chartypes[i].deformatter, "tex") == 0); in findfiletype()
H A Dispell_checker.cpp108 m_chartypes(NULL), in ISpellChecker()
136 FREEP(m_chartypes); in ~ISpellChecker()
H A Dispell_checker.h212 m_chartypes; variable