Home | History | Annotate | Download | only in dist

Lines Matching defs:bestScore

97570   int bestScore = 0;  /* Score of best match */
97582 if( score>bestScore ){
97584 bestScore = score;
97603 bestScore = 0;
97607 if( score>bestScore ){
97609 bestScore = score;
97619 if( createFlag && bestScore<FUNC_PERFECT_MATCH &&