Home
last modified time | relevance | path

Searched refs:MAXPOSSIBLE (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dcorrect.cpp263 for (i = 0; i < MAXPOSSIBLE; i++) in makepossibilities()
280 if (m_pcount < MAXPOSSIBLE) in makepossibilities()
282 if (m_pcount < MAXPOSSIBLE) in makepossibilities()
284 if (m_pcount < MAXPOSSIBLE) in makepossibilities()
286 if (m_pcount < MAXPOSSIBLE) in makepossibilities()
290 m_pcount < MAXPOSSIBLE) in makepossibilities()
317 if (m_pcount >= MAXPOSSIBLE) in insert()
H A Dispell_checker.h223 #define MAXPOSSIBLE 100 /* Max no. of possibilities to generate */ macro
225 char m_possibilities[MAXPOSSIBLE][INPUTWORDLEN + MAXAFFIXLEN];