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

  /src/games/cribbage/
crib.c 478 BOOLEAN myturn, mego, ugo, last, played; local in function:peg
481 played = FALSE;
487 Tcnt = 0; /* index to table of cards played */
488 sum = 0; /* sum of cards played */
516 played = TRUE;
563 played = FALSE;
609 if (played) {
crib.c 478 BOOLEAN myturn, mego, ugo, last, played; local in function:peg
481 played = FALSE;
487 Tcnt = 0; /* index to table of cards played */
488 sum = 0; /* sum of cards played */
516 played = TRUE;
563 played = FALSE;
609 if (played) {

Completed in 22 milliseconds