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

  /src/games/sail/
sync.c 142 static int sync_update(int, struct ship *, const char *,
298 sync_update(type, ship, NULL, a, b, c, d);
313 sync_update(type, ship, a, 0, 0, 0, 0);
399 if (sync_update(type, SHIP(shipnum), astr, a, b, c, d) < 0)
426 sync_update(int type, struct ship *ship, const char *astr, function in typeref:typename:int
469 fprintf(stderr, "sync_update: unknown type %d\r\n", type);
sync.c 142 static int sync_update(int, struct ship *, const char *,
298 sync_update(type, ship, NULL, a, b, c, d);
313 sync_update(type, ship, a, 0, 0, 0, 0);
399 if (sync_update(type, SHIP(shipnum), astr, a, b, c, d) < 0)
426 sync_update(int type, struct ship *ship, const char *astr, function in typeref:typename:int
469 fprintf(stderr, "sync_update: unknown type %d\r\n", type);

Completed in 26 milliseconds