OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EDICT_NUM
(Results
1 - 12
of
12
) sorted by null
/external/quake/quake/src/QW/server/
sv_init.c
89
svent =
EDICT_NUM
(entnum);
331
ent =
EDICT_NUM
(i+1);
372
ent =
EDICT_NUM
(0);
progs.h
88
//define
EDICT_NUM
(n) ((edict_t *)(sv.edicts+ (n)*pr_edict_size))
91
edict_t *
EDICT_NUM
(int n);
pr_edict.c
85
e =
EDICT_NUM
(i);
99
e =
EDICT_NUM
(i);
104
e =
EDICT_NUM
(i);
520
ED_Print (
EDICT_NUM
(ent));
574
ent =
EDICT_NUM
(i);
756
*(int *)d = EDICT_TO_PROG(
EDICT_NUM
(atoi (s)));
909
ent =
EDICT_NUM
(0);
1066
edict_t *
EDICT_NUM
(int n)
1069
SV_Error ("
EDICT_NUM
: bad number %i", n);
sv_user.c
410
e =
EDICT_NUM
(i);
504
ent =
EDICT_NUM
( 1 + (host_client - svs.clients) );
974
ent =
EDICT_NUM
(host_client - svs.clients + 1);
975
tent =
EDICT_NUM
(0);
985
ent =
EDICT_NUM
(host_client - svs.clients + 1);
986
tent =
EDICT_NUM
(0);
992
ent =
EDICT_NUM
(host_client - svs.clients + 1);
993
tent =
EDICT_NUM
(i + 1);
[
all
...]
sv_ents.c
297
ent =
EDICT_NUM
(newnum);
475
for (e=MAX_CLIENTS+1, ent=
EDICT_NUM
(e) ; e<sv.num_edicts ; e++, ent = NEXT_EDICT(ent))
pr_cmds.c
588
ent =
EDICT_NUM
(i);
645
ent =
EDICT_NUM
(sv.lastcheck);
865
ed =
EDICT_NUM
(e);
1139
ent =
EDICT_NUM
(i);
sv_main.c
688
ent =
EDICT_NUM
(edictnum);
[
all
...]
/external/quake/quake/src/WinQuake/
progs.h
93
//define
EDICT_NUM
(n) ((edict_t *)(sv.edicts+ (n)*pr_edict_size))
96
edict_t *
EDICT_NUM
(int n);
pr_edict.cpp
94
e =
EDICT_NUM
(i);
108
e =
EDICT_NUM
(i);
527
ED_Print (
EDICT_NUM
(ent));
582
ent =
EDICT_NUM
(i);
764
*(int *)d = EDICT_TO_PROG(
EDICT_NUM
(atoi (s)));
926
ent =
EDICT_NUM
(0);
1089
edict_t *
EDICT_NUM
(int n)
1092
Sys_Error ("
EDICT_NUM
: bad number %i", n);
host_cmd.cpp
555
ED_Write (f,
EDICT_NUM
(i));
688
ent =
EDICT_NUM
(entnum);
757
ent =
EDICT_NUM
(i);
851
ent =
EDICT_NUM
(entnum);
1392
ent =
EDICT_NUM
( 1 + (host_client - svs.clients) );
[
all
...]
sv_main.cpp
258
ent =
EDICT_NUM
(edictnum);
934
svent =
EDICT_NUM
(entnum);
1119
ent =
EDICT_NUM
(i+1);
1157
ent =
EDICT_NUM
(0);
pr_cmds.cpp
711
ent =
EDICT_NUM
(i);
768
ent =
EDICT_NUM
(sv.lastcheck);
995
ed =
EDICT_NUM
(e);
1039
ed =
EDICT_NUM
(e);
1315
ent =
EDICT_NUM
(i);
[
all
...]
Completed in 72 milliseconds