Home | Sort by: relevance | last modified time | path |
/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]); |