Searched refs:NUM_SAFE (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/games/mille/
H A Dmille.h51 #define NUM_SAFE 4 /* number of safety cards */ macro
148 bool coups[NUM_SAFE];
152 short safety[NUM_SAFE];
153 short sh_safety[NUM_SAFE];
H A Dend.c99 for (count = 0, tot = 0; tot < NUM_SAFE; tot++)
109 for (count = 0, tot = 0; tot < NUM_SAFE; tot++)
H A Dinit.c55 for (j = 0; j < NUM_SAFE; j++) {
151 for (i = 0; i < NUM_SAFE; i++)
H A Dprint.c51 for (i = 0; i < NUM_SAFE; i++)
H A Dmove.c295 if ((pp->safescore += SC_SAFETY) == NUM_SAFE * SC_SAFETY) {

Completed in 78 milliseconds