Home | History | Annotate | Download | only in dist

Lines Matching defs:bestScore

85358   int bestScore = 0;  /* Score of best match */
85370 if( score>bestScore ){
85372 bestScore = score;
85391 bestScore = 0;
85395 if( score>bestScore ){
85397 bestScore = score;
85407 if( createFlag && (bestScore<6 || pBest->nArg!=nArg) &&