OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_SAFE
(Results
1 - 5
of
5
) sorted by relevancy
/src/games/mille/
mille.h
59
#define
NUM_SAFE
4 /* number of safety cards */
169
bool coups[
NUM_SAFE
];
173
short safety[
NUM_SAFE
];
174
short sh_safety[
NUM_SAFE
];
end.c
108
for (count = 0, tot = 0; tot <
NUM_SAFE
; tot++)
118
for (count = 0, tot = 0; tot <
NUM_SAFE
; tot++)
init.c
60
for (j = 0; j <
NUM_SAFE
; j++) {
160
for (i = 0; i <
NUM_SAFE
; i++)
print.c
62
for (i = 0; i <
NUM_SAFE
; i++)
move.c
329
if ((pp->safescore += SC_SAFETY) ==
NUM_SAFE
* SC_SAFETY) {
Completed in 49 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025