Home
last modified time | relevance | path

Searched refs:ichoose2 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/games/cribbage/
H A Dscore.c88 static int ichoose2[5] = { 0, 0, 2, 6, 12 }; variable
269 pairpoints = ichoose2[mult1] + ichoose2[mult2]; in pairuns()
298 return (scr + ichoose2[j]); in pegscore()