Searched refs:lookstrafe (Results 1 - 17 of 17) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dclient.h264 extern cvar_t lookstrafe;
H A Din_sun.cpp228 if ((in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1)))
H A Dcl_main.cpp35 cvar_t lookstrafe = CVAR3("lookstrafe","0", true); variable
740 Cvar_RegisterVariable (&lookstrafe);
H A Din_win.cpp701 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
1175 if ((in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1)))
H A Din_dos.cpp305 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
H A Dmenu.cpp1136 case 11: // lookstrafe
1137 Cvar_SetValue ("lookstrafe", !lookstrafe.value);
1221 M_DrawCheckbox (220, 120, (int) lookstrafe.value);
H A Dgl_vidlinuxglx.cpp966 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
H A Dvid_sunx.cpp1237 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
H A Dvid_sunxil.cpp1264 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
H A Dvid_x.cpp1179 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
/external/quake/quake/src/QW/client/
H A Dclient.h316 extern cvar_t lookstrafe;
H A Din_win.c697 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
1168 if ((in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1)))
H A Dmenu.c449 case 11: // lookstrafe
450 Cvar_SetValue ("lookstrafe", !lookstrafe.value);
539 M_DrawCheckbox (220, 120, lookstrafe.value);
H A Dcl_main.c50 cvar_t lookstrafe = CVAR3("lookstrafe","0", true); variable
1094 Cvar_RegisterVariable (&lookstrafe);
H A Dgl_vidlinux_x11.c845 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
H A Dgl_vidlinuxglx.c755 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
H A Dvid_x.c1087 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))

Completed in 191 milliseconds