Lines Matching defs:dist
54383 int dist;
54385 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby);
54388 if( d2<dist ){
54390 dist = d2;
78634 int dist = 3;
78668 /* Variable 'dist' stores the number of tokens read since the most
78670 ** token is read and 'dist' equals 2, the condition stated above
78677 dist++;
78679 dist = 0;
78681 } while( dist!=2 || (token!=TK_WHEN && token!=TK_FOR && token!=TK_BEGIN) );