Searched refs:iScope (Results 1 – 1 of 1) sorted by relevance
2397 int iScope = p->iScope; in spellfix1RunQuery() local2417 if( nClass<=iScope ){ in spellfix1RunQuery()2419 iScope = nClass-1; in spellfix1RunQuery()2421 iScope = nClass; in spellfix1RunQuery()2424 memcpy(zHash1, zClass, iScope); in spellfix1RunQuery()2426 zHash1[iScope] = 0; in spellfix1RunQuery()2428 zHash2[iScope] = 'Z'; in spellfix1RunQuery()2429 zHash2[iScope+1] = 0; in spellfix1RunQuery()2567 if( x.iScope<1 ) x.iScope = 1; in spellfix1FilterForMatch()2568 if( x.iScope>SPELLFIX_MX_HASH-2 ) x.iScope = SPELLFIX_MX_HASH-2; in spellfix1FilterForMatch()[all …]