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

  /src/games/cribbage/
support.c 249 static int undo1[15] = {0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 3, 3, 4}; local in function:cdiscard
285 cremove(h[undo1[j]], chand, FULLHAND);
287 chand[4] = h[undo1[j]];
support.c 249 static int undo1[15] = {0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 3, 3, 4}; local in function:cdiscard
285 cremove(h[undo1[j]], chand, FULLHAND);
287 chand[4] = h[undo1[j]];

Completed in 24 milliseconds