Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Dsync.c117 static void recv_ungrap(struct ship *ship, long a, long b);
447 case W_UNGRAP: recv_ungrap(ship, a, b); break; in sync_update()
853 recv_ungrap(struct ship *ship, long a, long b) in recv_ungrap() function