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

  /src/games/cribbage/
support.c 255 cremove(known[i], d, nc--);
266 cremove(chand[i], h, FULLHAND);
267 cremove(chand[j], h, FULLHAND - 1);
285 cremove(h[undo1[j]], chand, FULLHAND);
286 cremove(h[undo2[j]], chand, FULLHAND - 1);
cribbage.h 68 void cremove(CARD, CARD [], int);
cards.c 114 cremove(CARD a, CARD d[], int n) function in typeref:typename:void
crib.c 380 cremove(crd, phand, FULLHAND);
386 cremove(crd, phand, FULLHAND - 1);
530 cremove(crd, ch, cnum--);
579 cremove(crd, ph, pnum--);

Completed in 15 milliseconds