Home
last modified time | relevance | path

Searched defs:Com_SetServerState (Results 1 – 11 of 11) sorted by relevance

/dports/games/egl/egl-0.3.1_9/common/
H A Dcommon.c445 void Com_SetServerState (ssState_t state) in Com_SetServerState() function
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcommon.c204 void Com_SetServerState(int state){ in Com_SetServerState() function
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dcommon.c285 void Com_SetServerState (int state) in Com_SetServerState() function
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dcommon.c264 void Com_SetServerState (int state) in Com_SetServerState() function
/dports/games/quake2-source/quake2-r0.16.2/src/qcommon/
H A Dcommon.c285 void Com_SetServerState (int state) in Com_SetServerState() function
/dports/games/q2p/Q2P-0.2-2006-12-31/qcommon/
H A Dcommon.c263 void Com_SetServerState (int state) in Com_SetServerState() function
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dcommon.cpp547 void Com_SetServerState (int state) in Com_SetServerState() function
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/
H A Dcommon.c271 Com_SetServerState(int state) in Com_SetServerState() function
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dcommon.c306 void Com_SetServerState (int state) in Com_SetServerState() function
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dcommon.c306 void Com_SetServerState (int state) in Com_SetServerState() function
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dqcommon.h1022 #define Com_SetServerState(state) (server_state = state) macro