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