Searched refs:ScoreInfo (Results 1 – 2 of 2) sorted by relevance
126 struct ScoreInfo { struct130 ScoreInfo Scores[MaxPat + 1][MaxWord + 1][/* Last Action */ 2]; argument
233 ? ScoreInfo{MatchMissScore, Match} in buildGraph()234 : ScoreInfo{MissMissScore, Miss}; in buildGraph()245 ? ScoreInfo{MatchMatchScore, Match} in buildGraph()246 : ScoreInfo{MissMatchScore, Miss}; in buildGraph()