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

  /src/games/canfield/canfield/
canfield.c 158 static int cardsoff, base, cinhand, taloncnt, stockcnt, timesthru; variable in typeref:typename:int
667 cardsoff++;
717 cardsoff = 1;
1065 if (!Cflag || cardsoff == 52)
1100 if ( cardsoff == 52 )
1313 cardsoff++;
1416 if (cardsoff == 52) {
1504 this.wins += valuepercardup * cardsoff;
1505 game.wins += valuepercardup * cardsoff;
1506 total.wins += valuepercardup * cardsoff;
    [all...]
canfield.c 158 static int cardsoff, base, cinhand, taloncnt, stockcnt, timesthru; variable in typeref:typename:int
667 cardsoff++;
717 cardsoff = 1;
1065 if (!Cflag || cardsoff == 52)
1100 if ( cardsoff == 52 )
1313 cardsoff++;
1416 if (cardsoff == 52) {
1504 this.wins += valuepercardup * cardsoff;
1505 game.wins += valuepercardup * cardsoff;
1506 total.wins += valuepercardup * cardsoff;
    [all...]

Completed in 27 milliseconds