OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CL_NewTranslation
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/WinQuake/
cl_parse.cpp
627
CL_NewTranslation
630
void
CL_NewTranslation
(int slot)
637
Sys_Error ("
CL_NewTranslation
: slot > cl.maxclients");
861
CL_NewTranslation
(i);
/gdk/samples/quake/jni/
cl_parse.cpp
627
CL_NewTranslation
630
void
CL_NewTranslation
(int slot)
637
Sys_Error ("
CL_NewTranslation
: slot > cl.maxclients");
861
CL_NewTranslation
(i);
/external/quake/quake/src/QW/client/
cl_parse.c
868
CL_NewTranslation
871
void
CL_NewTranslation
(int slot)
875
Sys_Error ("
CL_NewTranslation
: slot > MAX_CLIENTS");
887
Sys_Error ("
CL_NewTranslation
: slot > MAX_CLIENTS");
950
CL_NewTranslation
(slot);
Completed in 822 milliseconds