OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_FOR_EDICT
(Results
1 - 12
of
12
) sorted by null
/external/quake/quake/src/QW/server/
progs.h
89
//define
NUM_FOR_EDICT
(e) (((byte *)(e) - sv.edicts)/pr_edict_size)
92
int
NUM_FOR_EDICT
(edict_t *e);
104
#define G_EDICTNUM(o)
NUM_FOR_EDICT
(G_EDICT(o))
pr_cmds.c
1175
i =
NUM_FOR_EDICT
(ent);
1317
entnum =
NUM_FOR_EDICT
(ent);
1348
entnum =
NUM_FOR_EDICT
(ent);
1478
i =
NUM_FOR_EDICT
(ent);
1525
e1 =
NUM_FOR_EDICT
(ent1);
1526
e2 =
NUM_FOR_EDICT
(ent2);
1558
e1 =
NUM_FOR_EDICT
(e);
pr_exec.c
564
NUM_FOR_EDICT
(ed); // make sure it's in range
578
NUM_FOR_EDICT
(ed); // make sure it's in range
587
NUM_FOR_EDICT
(ed); // make sure it's in range
pr_edict.c
288
sprintf (line, "entity %i",
NUM_FOR_EDICT
(PROG_TO_EDICT(val->edict)) );
340
sprintf (line, "%i",
NUM_FOR_EDICT
(PROG_TO_EDICT(val->edict)));
1073
int
NUM_FOR_EDICT
(edict_t *e)
1081
SV_Error ("
NUM_FOR_EDICT
: bad pointer");
sv_user.c
90
playernum =
NUM_FOR_EDICT
(host_client->edict)-1;
352
ent->v.colormap =
NUM_FOR_EDICT
(ent);
1275
pe->info =
NUM_FOR_EDICT
(check);
[
all
...]
sv_send.c
381
ent =
NUM_FOR_EDICT
(entity);
/external/quake/quake/src/WinQuake/
progs.h
94
//define
NUM_FOR_EDICT
(e) (((byte *)(e) - sv.edicts)/pr_edict_size)
97
int
NUM_FOR_EDICT
(edict_t *e);
109
#define G_EDICTNUM(o)
NUM_FOR_EDICT
(G_EDICT(o))
pr_exec.cpp
564
NUM_FOR_EDICT
(ed); // make sure it's in range
578
NUM_FOR_EDICT
(ed); // make sure it's in range
587
NUM_FOR_EDICT
(ed); // make sure it's in range
pr_edict.cpp
294
sprintf (line, "entity %i",
NUM_FOR_EDICT
(PROG_TO_EDICT(val->edict)) );
346
sprintf (line, "%i",
NUM_FOR_EDICT
(PROG_TO_EDICT(val->edict)));
450
Con_Printf("\nEDICT %i:\n",
NUM_FOR_EDICT
(ed));
1096
int
NUM_FOR_EDICT
(edict_t *e)
1104
Sys_Error ("
NUM_FOR_EDICT
: bad pointer");
sv_main.cpp
150
ent =
NUM_FOR_EDICT
(entity);
226
MSG_WriteShort (&client->message,
NUM_FOR_EDICT
(client->edict));
pr_cmds.cpp
1520
entnum =
NUM_FOR_EDICT
(ent);
1622
i =
NUM_FOR_EDICT
(ent);
[
all
...]
host_cmd.cpp
1316
ent->u.v.colormap =
NUM_FOR_EDICT
(ent);
[
all
...]
Completed in 95 milliseconds