HomeSort by: relevance | last modified time | path
    Searched defs:mult1 (Results 1 - 2 of 2) sorted by relevancy

  /src/games/cribbage/
score.c 229 int mult1, mult2, pair1, pair2; local in function:pairuns
234 mult1 = 1;
244 mult1 = curmult = 2;
247 curmult = ++mult1;
282 pairpoints = ichoose2[mult1] + ichoose2[mult2];
score.c 229 int mult1, mult2, pair1, pair2; local in function:pairuns
234 mult1 = 1;
244 mult1 = curmult = 2;
247 curmult = ++mult1;
282 pairpoints = ichoose2[mult1] + ichoose2[mult2];

Completed in 22 milliseconds