Searched refs:paused_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 | 394 x = paused_ptr[i].x; in Paint_paused() 395 y = paused_ptr[i].y; in Paint_paused() 397 Gui_paint_paused(x, y, paused_ptr[i].count); in Paint_paused() 399 RELEASE(paused_ptr, num_paused, max_paused); in Paint_paused()
|
H A D | client.c | 203 paused_t *paused_ptr; variable 1971 STORE(paused_t, paused_ptr, num_paused, max_paused, t); in Handle_paused() 2274 if (max_paused > 0 && paused_ptr) { in Client_cleanup() 2276 XFREE(paused_ptr); in Client_cleanup()
|
H A D | client.h | 620 extern paused_t *paused_ptr;
|
/dports/games/xpilot/xpilot-4.5.5/src/client/ |
H A D | paintobjects.c | 525 x = paused_ptr[i].x; in Paint_paused() 526 y = paused_ptr[i].y; in Paint_paused() 528 Gui_paint_paused(x, y, paused_ptr[i].count); in Paint_paused() 532 RELEASE(paused_ptr, num_paused, max_paused); in Paint_paused()
|
H A D | paintdata.c | 78 paused_t *paused_ptr; variable 813 STORE(paused_t, paused_ptr, num_paused, max_paused, t); in Handle_paused() 955 if (max_paused > 0 && paused_ptr) { in paintdataCleanup() 957 free(paused_ptr); in paintdataCleanup() 958 paused_ptr = 0; in paintdataCleanup()
|
H A D | paintdata.h | 165 extern paused_t *paused_ptr;
|