Home
last modified time | relevance | path

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

/netbsd-src/games/cribbage/
H A Dcrib.c329 sorthand(chand, FULLHAND); in playhand()
330 sorthand(phand, FULLHAND); in playhand()
645 sorthand(crib, CINHAND); in score()
H A Dcribbage.h88 void sorthand(CARD [], int);
H A Dcards.c130 sorthand(CARD h[], int n) in sorthand() function
H A Dscore.c154 sorthand(h, n + 1); /* sort by rank */ in scorehand()