OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_impulse
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/QW/client/
cl_input.c
54
int
in_impulse
;
variable
158
void
IN_Impulse
(void) {
in_impulse
=Q_atoi(Cmd_Argv(1));}
367
cmd->impulse =
in_impulse
;
368
in_impulse
= 0;
520
Cmd_AddCommand ("impulse",
IN_Impulse
);
/external/quake/quake/src/WinQuake/
cl_input.cpp
55
int
in_impulse
;
variable
159
void
IN_Impulse
(void) {
in_impulse
=Q_atoi(Cmd_Argv(1));}
385
MSG_WriteByte (&buf,
in_impulse
);
386
in_impulse
= 0;
452
Cmd_AddCommand ("impulse",
IN_Impulse
);
/gdk/samples/quake/jni/
cl_input.cpp
55
int
in_impulse
;
variable
159
void
IN_Impulse
(void) {
in_impulse
=Q_atoi(Cmd_Argv(1));}
385
MSG_WriteByte (&buf,
in_impulse
);
386
in_impulse
= 0;
452
Cmd_AddCommand ("impulse",
IN_Impulse
);
Completed in 231 milliseconds