OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canstop
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/mille/
comp.c
55
bool foundend,
canstop
, foundlow;
local
69
canstop
= FALSE;
81
canstop
= TRUE;
87
canstop
= TRUE;
125
fprintf(outf, "CALCMOVE: cango = %d,
canstop
= %d, safe = %d\n",
126
cango,
canstop
, safe);
132
if (onecard(op) || (foundend && cango && !
canstop
)) {
298
if (
canstop
|| (cango && !op->can_go))
comp.c
55
bool foundend,
canstop
, foundlow;
local
69
canstop
= FALSE;
81
canstop
= TRUE;
87
canstop
= TRUE;
125
fprintf(outf, "CALCMOVE: cango = %d,
canstop
= %d, safe = %d\n",
126
cango,
canstop
, safe);
132
if (onecard(op) || (foundend && cango && !
canstop
)) {
298
if (
canstop
|| (cango && !op->can_go))
Completed in 42 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026