Home
last modified time | relevance | path

Searched refs:cl_run (Results 1 – 25 of 101) sorted by relevance

12345

/dports/games/quake2-source/quake2-r0.16.2/src/linux/
H A Djoystick.c40 static cvar_t *cl_run; variable
103 cl_run = ri.Cvar_Get ("cl_run", "0", CVAR_ARCHIVE); in RW_IN_InitJoystick()
141 if (((*in_state->in_speed_state) & 1) || cl_run->value!=0.0) in RW_IN_JoystickMove()
/dports/games/qudos/QuDos-0.40.1-src/src/unix/
H A Djoystick.c57 static cvar_t *cl_run; variable
133 cl_run = ri.Cvar_Get("cl_run", "1", CVAR_ARCHIVE); in RW_IN_InitJoystick()
173 if (((*in_state->in_speed_state) & 1) || cl_run->value != 0.0) in RW_IN_JoystickMove()
H A Drw_unix.c44 static cvar_t *cl_run; variable
97 cl_run = ri.Cvar_Get("cl_run", "1", CVAR_ARCHIVE); in RW_IN_Init()
/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Djoystick.c40 static cvar_t *cl_run; variable
103 cl_run = ri.Cvar_Get ("cl_run", "0", CVAR_ARCHIVE); in RW_IN_InitJoystick()
141 if (((*in_state->in_speed_state) & 1) || cl_run->value!=0.0) in RW_IN_JoystickMove()
/dports/games/q2p/Q2P-0.2-2006-12-31/data/baseq2/
H A Dautoexec.cfg16 set cl_run "1"
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts.erl28 -export([cl_run/1,
298 cl_run([App,Cat|Options0]) when is_atom(App) -> function
346 cl_run([all,main|Opts]);
348 cl_run([all,main|Opts]);
350 cl_run([all,main|Opts]);
353 cl_run([all,main|Opts]);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/test_server/
H A Dts.erl28 -export([cl_run/1,
298 cl_run([App,Cat|Options0]) when is_atom(App) -> function
346 cl_run([all,main|Opts]);
348 cl_run([all,main|Opts]);
350 cl_run([all,main|Opts]);
353 cl_run([all,main|Opts]);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/test_server/
H A Dts.erl28 -export([cl_run/1,
298 cl_run([App,Cat|Options0]) when is_atom(App) -> function
346 cl_run([all,main|Opts]);
348 cl_run([all,main|Opts]);
350 cl_run([all,main|Opts]);
353 cl_run([all,main|Opts]);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts.erl28 -export([cl_run/1,
298 cl_run([App,Cat|Options0]) when is_atom(App) -> function
346 cl_run([all,main|Opts]);
348 cl_run([all,main|Opts]);
350 cl_run([all,main|Opts]);
353 cl_run([all,main|Opts]);
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts.erl28 -export([cl_run/1,
298 cl_run([App,Cat|Options0]) when is_atom(App) -> function
346 cl_run([all,main|Opts]);
348 cl_run([all,main|Opts]);
350 cl_run([all,main|Opts]);
353 cl_run([all,main|Opts]);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/test_server/
H A Dts.erl28 -export([cl_run/1,
298 cl_run([App,Cat|Options0]) when is_atom(App) -> function
346 cl_run([all,main|Opts]);
348 cl_run([all,main|Opts]);
350 cl_run([all,main|Opts]);
353 cl_run([all,main|Opts]);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts.erl28 -export([cl_run/1,
298 cl_run([App,Cat|Options0]) when is_atom(App) -> function
346 cl_run([all,main|Opts]);
348 cl_run([all,main|Opts]);
350 cl_run([all,main|Opts]);
353 cl_run([all,main|Opts]);
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_input.c33 cvar_t *cl_run; variable
292 if((in_speed.state & 1) ^(int)cl_run->value) in CL_Move()
591 cl_run = Cvar_Get("cl_run", "1", CVAR_ARCHIVE); in CL_InitInput()
/dports/games/egl/egl-0.3.1_9/client/
H A Dcl_input.c38 static cVar_t *cl_run; variable
283 return ((btn_speed.state & 1) ^ cl_run->intVal); in CL_GetRunState()
718 cl_run = Cvar_Register ("cl_run", "0", CVAR_ARCHIVE); in CL_InputInit()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_input.c272 cvar_t *cl_run; variable
318 if ( in_speed.active ^ cl_run->integer ) { in CL_KeyMove()
388 if ( in_speed.active ^ cl_run->integer ) { in CL_JoystickMove()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_input.c271 cvar_t *cl_run; variable
317 if ( in_speed.active ^ cl_run->integer ) { in CL_KeyMove()
387 if ( in_speed.active ^ cl_run->integer ) { in CL_JoystickMove()
/dports/games/quake2max/Quake2maX_0.45-src_unix/client/
H A Dcl_input.c229 cvar_t *cl_run; variable
304 if ( (in_speed.state & 1) ^ (int)(cl_run->value) ) in CL_BaseMove()
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_input.c229 cvar_t *cl_run; variable
304 if ( (in_speed.state & 1) ^ (int)(cl_run->value) ) in CL_BaseMove()
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dcl_input.c229 cvar_t *cl_run; variable
304 if ( (in_speed.state & 1) ^ (int)(cl_run->value) ) in CL_BaseMove()
/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dcl_input.c293 cvar_t *cl_run; variable
359 if ((in_speed.state & 1) ^ (int)(cl_run->value)) { in CL_BaseMove()
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dcl_input.c222 cvar_t *cl_run; variable
297 if ( (in_speed.state & 1) ^ (int)(cl_run->value) ) in CL_BaseMove()
/dports/games/q2pro/q2pro/source/
H A Dcl_input.c40 cvar_t *cl_run; variable
562 if( ( in_speed.state & 1 ) ^ cl_run->integer ) { in CL_BaseMove()
600 if( ( in_speed.state & 1 ) ^ cl_run->integer ) { in CL_ImmBaseMove()
/dports/games/openjk/OpenJK-07675e2/code/client/
H A Dcl_input.cpp348 cvar_t *cl_run; variable
410 if ( in_speed.active ^ cl_run->integer ) { in CL_KeyMove()
485 if ( !(in_speed.active ^ cl_run->integer) ) { in CL_JoystickMove()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_input.c229 cvar_t *cl_run; variable
265 if ( (in_speed.state & 1) ^ cl_run->intvalue) in CL_BaseMove()
593 if ( (in_speed.state & 1) ^ (int)(cl_run->value) ) in CL_BaseMove_Synchronous()
/dports/games/evq3/evq3/code/client/
H A Dcl_input.c280 cvar_t *cl_run; variable
326 if ( in_speed.active ^ cl_run->integer ) { in CL_KeyMove()
396 if ( in_speed.active ^ cl_run->integer ) { in CL_JoystickMove()

12345