Lines Matching defs:bestScore
123560 int bestScore = 0; /* Score of best match */123573 if( score>bestScore ){123575 bestScore = score;123593 bestScore = 0;123598 if( score>bestScore ){123600 bestScore = score;123610 if( createFlag && bestScore<FUNC_PERFECT_MATCH &&