Home | History | Annotate | Download | only in orig

Lines Matching defs:bestScore

85347   int bestScore = 0;  /* Score of best match */
85359 if( score>bestScore ){
85361 bestScore = score;
85380 bestScore = 0;
85384 if( score>bestScore ){
85386 bestScore = score;
85396 if( createFlag && (bestScore<6 || pBest->nArg!=nArg) &&