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

/netbsd-current/games/cribbage/
H A Dcribbage.h81 int pegscore(CARD, const CARD [], unsigned, int);
H A Dcrib.c521 l = pegscore(ch[i], Table, Tcnt, sum);
580 i = pegscore(crd, Table, Tcnt, sum);
H A Dscore.c288 * pegscore tells how many points crd would get if played after
292 pegscore(CARD crd, const CARD tbl[], unsigned n, int sum) function

Completed in 193 milliseconds