Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c440 int lastA = (xA==nA); in editdist1() local
443 if( cA=='*' && lastA ) break; in editdist1()
455 if( lastA ) insCost /= FINAL_INS_COST_DIV; in editdist1()