Searched refs:team (Results 1 - 12 of 12) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dsbar.c356 char team[16+1]; member in struct:__anon5189
424 // find his team in the list
426 strncpy(t, Info_ValueForKey(s->userinfo, "team"), 16);
428 continue; // not on team
430 if (!strcmp(teams[j].team, t)) {
437 strcpy(teams[j].team, t);
820 // if we're dead show team scores in team games
894 team frags
905 char team[ local
1003 char team[5]; local
1166 char team[5]; local
[all...]
H A Dcl_ents.c735 void CL_AddFlagModels (entity_t *ent, int team) argument
771 newent->skinnum = team;
H A Dcl_main.c73 cvar_t team = CVAR4("team","", true, true); variable
1122 Cvar_RegisterVariable (&team);
/external/quake/quake/src/QW/progs/
H A Dprogdefs.h113 float team; member in struct:__anon5289
/external/quake/quake/src/QW/server/
H A Dprogdefs.h132 float team; member in struct:__anon5337
H A Dpr_cmds.c1191 && (!teamplay.value || ent->v.team <=0 || ent->v.team != tr.ent->v.team) )
1210 if (teamplay.value && ent->v.team > 0 && ent->v.team == check->v.team)
H A Dsv_user.c353 ent->v.team = 0; // FIXME
724 void SV_Say (qboolean team) argument
735 if (team)
737 strncpy (t1, Info_ValueForKey (host_client->userinfo, "team"), 31);
741 if (host_client->spectator && (!sv_spectalk.value || team))
743 else if (team)
797 if (team)
799 // the spectator team
804 t2 = Info_ValueForKey (client->userinfo, "team");
/external/quake/quake/src/WinQuake/
H A Dpr_cmds.cpp1353 && (!teamplay.value || ent->u.v.team <=0 || ent->u.v.team != tr.ent->u.v.team) )
1372 if (teamplay.value && ent->u.v.team > 0 && ent->u.v.team == check->u.v.team)
H A Dquake-rogue.spec.sh70 dirty' devastation. CTF is one of the most exciting team multi-player
77 Three Team - Red, Blue, and the new Rogue (pun intended) Grey team. The good
H A Dhost_cmd.cpp1068 if (teamplay.value && teamonly && client->edict->u.v.team != save->edict->u.v.team)
1186 host_client->edict->u.v.team = bottom + 1;
1317 ent->u.v.team = (host_client->colors & 15) + 1;
/external/bluetooth/glib/gthread/
H A Dgthread-posix.c97 # error This should not happen. Contact the GLib team.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex2423 Pelican MAC is a new (experimental) MAC by the AES team that uses four rounds of AES as a \textit{mixing function}. It achieves a very high
2899 SOBER--128 is a stream cipher designed by the QUALCOMM Australia team. Like RC4, you key it by

Completed in 114 milliseconds