Searched refs:nClass (Results 1 – 1 of 1) sorted by relevance
2403 int nClass; in spellfix1RunQuery() local2412 nClass = (int)strlen(zClass); in spellfix1RunQuery()2413 if( nClass>SPELLFIX_MX_HASH-2 ){ in spellfix1RunQuery()2414 nClass = SPELLFIX_MX_HASH-2; in spellfix1RunQuery()2415 zClass[nClass] = 0; in spellfix1RunQuery()2417 if( nClass<=iScope ){ in spellfix1RunQuery()2418 if( nClass>2 ){ in spellfix1RunQuery()2419 iScope = nClass-1; in spellfix1RunQuery()2421 iScope = nClass; in spellfix1RunQuery()