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

  /src/games/sail/
sync.c 111 static void recv_move(struct ship *ship, const char *astr);
441 case W_MOVE: recv_move(ship, astr); break;
803 recv_move(struct ship *ship, const char *astr) function in typeref:typename:void
sync.c 111 static void recv_move(struct ship *ship, const char *astr);
441 case W_MOVE: recv_move(ship, astr); break;
803 recv_move(struct ship *ship, const char *astr) function in typeref:typename:void
sync.c 111 static void recv_move(struct ship *ship, const char *astr);
441 case W_MOVE: recv_move(ship, astr); break;
803 recv_move(struct ship *ship, const char *astr) function in typeref:typename:void

Completed in 41 milliseconds