OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastmove
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/robots/
move.c
63
int
lastmove
;
local
72
lastmove
= *Next_move;
74
lastmove
= -1; /* flag for "first time in" */
76
lastmove
= 0; /* Shut up gcc */
90
if (
lastmove
< 0)
96
if (c ==
lastmove
)
move.c
63
int
lastmove
;
local
72
lastmove
= *Next_move;
74
lastmove
= -1; /* flag for "first time in" */
76
lastmove
= 0; /* Shut up gcc */
90
if (
lastmove
< 0)
96
if (c ==
lastmove
)
Completed in 34 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026