Home
last modified time | relevance | path

Searched refs:RCC_SPELLER_CORRECT (Results 1 – 2 of 2) sorted by path

/dports/devel/librcc/librcc-0.2.12/src/
H A Dlibrcc.h1203 RCC_SPELLER_CORRECT /**< Word is found in dictionary */ enumerator
H A Drccspell.c94 if ((result == RCC_SPELLER_CORRECT)||(result == RCC_SPELLER_PARENT)) return RCC_SPELLER_PARENT; in rccSpellerSized()
102 return res<=0?RCC_SPELLER_INCORRECT:RCC_SPELLER_CORRECT; in rccSpellerSized()
112 if ((res == RCC_SPELLER_ALMOST_CORRECT)||(res == RCC_SPELLER_CORRECT)) return 1; in rccSpellerResultIsOwn()
117 if ((res == RCC_SPELLER_PARENT)||(res == RCC_SPELLER_CORRECT)) return 1; in rccSpellerResultIsPrecise()
122 if ((res == RCC_SPELLER_ALMOST_CORRECT)||(res == RCC_SPELLER_CORRECT)) return 1; in rccSpellerResultIsCorrect()