Home
last modified time | relevance | path

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

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dlookup.cpp312 m_pflaglist = m_sflaglist + m_numsflags; in linit()
446 for (i = m_numpflags, entry = m_pflaglist; i > 0; i--, entry++) in linit()
491 i = m_numpflags - (entry - m_pflaglist); in linit()
H A Dispell_checker.h206 struct flagent * m_pflaglist; /* Prefix flag control list */ variable
H A Dtgood.cpp573 for (flent = m_pflaglist, entcount = m_numpflags, explength = 0; in expand_pre()
H A Dispell_checker.cpp106 m_pflaglist(NULL), in ISpellChecker()