Searched refs:pairpoints (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/cribbage/
H A Dscore.c103 static int pairpoints, runpoints; /* Globals from pairuns. */ variable
171 pairpoints, runpoints);
222 * sets the globals pairpoints and runpoints appropriately
282 pairpoints = ichoose2[mult1] + ichoose2[mult2];
284 return (pairpoints + runpoints);

Completed in 127 milliseconds