| Home | Sort by: relevance | last modified time | path |
| /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) |