Home
last modified time | relevance | path

Searched refs:recv_row (Results 1 – 1 of 1) sorted by relevance

/dragonfly/games/sail/
H A Dsync.c121 static void recv_row(struct ship *ship, long a);
451 case W_ROW: recv_row(ship, a); break; in sync_update()
892 recv_row(struct ship *ship, long a) in recv_row() function