Home
last modified time | relevance | path

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

/dflybsd-src/games/cribbage/
H A Dsupport.c48 static int numofval(CARD[], int, int);
72 if ((l = numofval(h, n, i)) > 0) { in cchose()
83 if ((l = numofval(h, n, 15 - tv[i])) > 0) { in cchose()
318 numofval(CARD h[], int n, int v) in numofval() function