Lines Matching defs:score
616 int score = 20000;
621 score++;
638 score -= uimin(font->fontwidth - width, 9999);
640 score -= 10000;
643 score -= uimin(width - font->fontwidth, 9999);
645 score -= 10000;
657 return (score);
664 int score, bestscore = 0;
667 score = wsfont_matches(ent->font, name,
669 if (score > bestscore) {
670 bestscore = score;