OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stand_still
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/robots/
extern.c
57
bool
Stand_still
= false; /* Auto play for standing still pattern */
main.c
133
else if (strcmp(word, "
stand_still
") == 0)
134
Stand_still
= true;
135
if (Pattern_roll ||
Stand_still
)
221
if ((
Stand_still
|| Pattern_roll) && !Newscore)
robots.h
93
extern bool Pattern_roll,
Stand_still
;
move.c
86
else if (Num_robots > 1 &&
Stand_still
)
226
if (
Stand_still
&& Num_robots > 1 && eaten(&My_pos))
Completed in 124 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025