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

  /src/games/cribbage/
support.c 250 static int undo2[15] = {1, 2, 3, 4, 5, 2, 3, 4, 5, 3, 4, 5, 4, 5, 5}; local in function:cdiscard
286 cremove(h[undo2[j]], chand, FULLHAND - 1);
288 chand[5] = h[undo2[j]];
support.c 250 static int undo2[15] = {1, 2, 3, 4, 5, 2, 3, 4, 5, 3, 4, 5, 4, 5, 5}; local in function:cdiscard
286 cremove(h[undo2[j]], chand, FULLHAND - 1);
288 chand[5] = h[undo2[j]];

Completed in 26 milliseconds