Lines Matching defs:dist
54355 int dist;
54357 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby);
54360 if( d2<dist ){
54362 dist = d2;
78598 int dist = 3;
78632 /* Variable 'dist' stores the number of tokens read since the most
78634 ** token is read and 'dist' equals 2, the condition stated above
78641 dist++;
78643 dist = 0;
78645 } while( dist!=2 || (token!=TK_WHEN && token!=TK_FOR && token!=TK_BEGIN) );