Searched refs:undo2 (Results 1 – 1 of 1) sorted by relevance
| /dflybsd-src/games/cribbage/ |
| H A D | support.c | 239 static int undo2[15] = {1, 2, 3, 4, 5, 2, 3, 4, 5, 3, 4, 5, 4, 5, 5}; in cdiscard() local 275 cremove(h[undo2[j]], chand, FULLHAND - 1); in cdiscard() 277 chand[5] = h[undo2[j]]; in cdiscard()
|