OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eaten
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/robots/
move.c
51
static bool
eaten
(const COORD *);
217
* being
eaten
?
226
if (Stand_still && Num_robots > 1 &&
eaten
(&My_pos))
240
if (!
eaten
(&newpos))
260
Field[newpos.y][newpos.x] > 0 ||
eaten
(&newpos)) {
284
*
eaten
:
285
* Player would get
eaten
at this place
288
eaten
(const COORD *pos)
function in typeref:typename:bool
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025