HomeSort by: relevance | last modified time | path
    Searched defs:lastmove (Results 1 - 4 of 4) sorted by relevancy

  /src/games/robots/
move.c 63 int lastmove; local in function:get_move
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 in function:get_move
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 in function:get_move
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 in function:get_move
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 45 milliseconds