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

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

Completed in 23 milliseconds