HomeSort by: relevance | last modified time | path
    Searched defs:numofval (Results 1 - 2 of 2) sorted by relevancy

  /src/games/cribbage/
support.c 56 static int numofval(const CARD[], int, int);
79 if ((l = numofval(h, n, i)) > 0) {
90 if ((l = numofval(h, n, 15 - tv[i])) > 0) {
329 numofval(const CARD h[], int n, int v) function
support.c 56 static int numofval(const CARD[], int, int);
79 if ((l = numofval(h, n, i)) > 0) {
90 if ((l = numofval(h, n, 15 - tv[i])) > 0) {
329 numofval(const CARD h[], int n, int v) function

Completed in 62 milliseconds