Searched refs:wormhole_ptr (Results 1 – 6 of 6) sorted by relevance
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/ |
H A D | paintobjects.c | 255 x = wormhole_ptr[i].x; in Paint_wormholes() 256 y = wormhole_ptr[i].y; in Paint_wormholes() 260 RELEASE(wormhole_ptr, num_wormholes, max_wormholes); in Paint_wormholes()
|
H A D | client.c | 227 wormhole_t *wormhole_ptr; variable 1926 STORE(wormhole_t, wormhole_ptr, num_wormholes, max_wormholes, t); in Handle_wormhole() 2314 if (max_wormholes > 0 && wormhole_ptr) { in Client_cleanup() 2316 XFREE(wormhole_ptr); in Client_cleanup()
|
H A D | client.h | 644 extern wormhole_t *wormhole_ptr;
|
/dports/games/xpilot/xpilot-4.5.5/src/client/ |
H A D | paintdata.c | 100 wormhole_t *wormhole_ptr; variable 779 STORE(wormhole_t, wormhole_ptr, num_wormholes, max_wormholes, t); in Handle_wormhole() 1000 if (max_wormholes > 0 && wormhole_ptr) { in paintdataCleanup() 1002 free(wormhole_ptr); in paintdataCleanup() 1003 wormhole_ptr = 0; in paintdataCleanup()
|
H A D | paintobjects.c | 382 x = wormhole_ptr[i].x; in Paint_wormholes() 383 y = wormhole_ptr[i].y; in Paint_wormholes() 388 RELEASE(wormhole_ptr, num_wormholes, max_wormholes); in Paint_wormholes()
|
H A D | paintdata.h | 187 extern wormhole_t *wormhole_ptr;
|