HomeSort by: relevance | last modified time | path
    Searched refs:sorthand (Results 1 - 4 of 4) sorted by relevancy

  /src/games/cribbage/
cribbage.h 88 void sorthand(CARD [], int);
cards.c 126 * sorthand:
130 sorthand(CARD h[], int n) function in typeref:typename:void
crib.c 329 sorthand(chand, FULLHAND);
330 sorthand(phand, FULLHAND);
645 sorthand(crib, CINHAND);
score.c 154 sorthand(h, n + 1); /* sort by rank */

Completed in 33 milliseconds