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

  /src/games/canfield/canfield/
canfield.c 1110 long thiscosts, gamecosts, totalcosts; local in function:updatebettinginfo
1125 thiscosts = this.hand + this.inspection + this.game +
1131 this.worth = this.wins - thiscosts;
1134 thisreturn = ((double)this.wins / (double)thiscosts - 1.0) * 100.0;
1154 printw("%4ld%8ld%9ld", thiscosts, gamecosts, totalcosts);
canfield.c 1110 long thiscosts, gamecosts, totalcosts; local in function:updatebettinginfo
1125 thiscosts = this.hand + this.inspection + this.game +
1131 this.worth = this.wins - thiscosts;
1134 thisreturn = ((double)this.wins / (double)thiscosts - 1.0) * 100.0;
1154 printw("%4ld%8ld%9ld", thiscosts, gamecosts, totalcosts);

Completed in 26 milliseconds