Home | History | Annotate | Download | only in patterns

Lines Matching refs:score

55    * Static calc of match score.
107 XNumber score = SCORE_NONE;
115 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
117 if (score == SCORE_OTHER)
129 return score;
151 XNumber score = SCORE_NONE;
159 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
161 if (score == SCORE_OTHER)
172 return score;
194 XNumber score = SCORE_NONE;
202 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
204 if (score == SCORE_OTHER)
215 return score;