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

  /src/games/canfield/canfield/
betinfo.h 37 long inspection; /* cost of inspecting hand */ member in struct:betinfo
canfield.c 737 this.inspection = 0;
1125 thiscosts = this.hand + this.inspection + this.game +
1127 gamecosts = game.hand + game.inspection + game.game +
1129 totalcosts = total.hand + total.inspection + total.game +
1142 printw("%4ld%8ld%9ld", this.inspection, game.inspection,
1143 total.inspection);
1459 this.inspection += costofinspection;
1460 game.inspection += costofinspection;
1461 total.inspection += costofinspection
    [all...]
  /src/games/canfield/cfscores/
cfscores.c 136 printf("| Inspections %8ld |\n", total.inspection);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 3223 // inspection.

Completed in 23 milliseconds