HomeSort by: relevance | last modified time | path
    Searched refs:Run_ch (Results 1 - 3 of 3) sorted by relevancy

  /src/games/robots/
extern.c 61 char Run_ch; /* Character for the direction we are running */
move.c 82 c = Run_ch;
165 Run_ch = ' ';
167 Run_ch = tolower(c);
robots.h 96 extern char Cnt_move, Field[Y_FIELDSIZE][X_FIELDSIZE], Run_ch;

Completed in 34 milliseconds