Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2200 #define SPELLFIX_IDXNUM_MATCH 0x01 /* word MATCH $str */ macro
2231 if( (iPlan & SPELLFIX_IDXNUM_MATCH)==0 in spellfix1BestIndex()
2235 iPlan |= SPELLFIX_IDXNUM_MATCH; in spellfix1BestIndex()
2290 if( iPlan&SPELLFIX_IDXNUM_MATCH ){ in spellfix1BestIndex()