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

  /src/games/cribbage/
score.c 50 static int pairuns(const CARD [], int);
103 static int pairpoints, runpoints; /* Globals from pairuns. */
165 i = pairuns(h, n + 1);
219 * pairuns returns the number of points in the n card sorted hand
225 pairuns(const CARD h[], int n) function in typeref:typename:int
score.c 50 static int pairuns(const CARD [], int);
103 static int pairpoints, runpoints; /* Globals from pairuns. */
165 i = pairuns(h, n + 1);
219 * pairuns returns the number of points in the n card sorted hand
225 pairuns(const CARD h[], int n) function in typeref:typename:int

Completed in 51 milliseconds