OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:teamplay
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/WinQuake/
host.cpp
66
cvar_t
teamplay
= CVAR4("
teamplay
","0",false,true);
variable
222
Cvar_RegisterVariable (&
teamplay
);
/external/quake/quake/src/QW/client/
sbar.c
402
int
teamplay
;
local
408
teamplay
= atoi(Info_ValueForKey(cl.serverinfo, "
teamplay
"));
409
if (!
teamplay
)
822
if (atoi(Info_ValueForKey(cl.serverinfo, "
teamplay
")) > 0 &&
904
int
teamplay
;
local
910
teamplay
= atoi(Info_ValueForKey(cl.serverinfo, "
teamplay
"));
912
if (!
teamplay
) {
1002
int
teamplay
;
local
1165
int
teamplay
;
local
[
all
...]
/external/quake/quake/src/QW/server/
sv_main.c
67
cvar_t
teamplay
= {"
teamplay
","0",false,true};
variable
1319
Cvar_RegisterVariable (&
teamplay
);
[
all
...]
Completed in 52 milliseconds