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

  /src/games/cribbage/
score.c 102 static const int ichoose2[5] = { 0, 0, 2, 6, 12 }; variable in typeref:typename:const int[5]
282 pairpoints = ichoose2[mult1] + ichoose2[mult2];
312 return (scr + ichoose2[ju]);
score.c 102 static const int ichoose2[5] = { 0, 0, 2, 6, 12 }; variable in typeref:typename:const int[5]
282 pairpoints = ichoose2[mult1] + ichoose2[mult2];
312 return (scr + ichoose2[ju]);

Completed in 21 milliseconds