OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:edict_t
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/server/
progs.h
48
}
edict_t
;
typedef in typeref:struct:edict_s
49
#define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,
edict_t
,area)
73
edict_t
*ED_Alloc (void);
74
void ED_Free (
edict_t
*ed);
79
void ED_Print (
edict_t
*ed);
80
void ED_Write (FILE *f,
edict_t
*ed);
81
char *ED_ParseEdict (char *data,
edict_t
*ent);
88
//define EDICT_NUM(n) ((
edict_t
*)(sv.edicts+ (n)*pr_edict_size))
91
edict_t
*EDICT_NUM(int n);
92
int NUM_FOR_EDICT(
edict_t
*e)
[
all
...]
/external/quake/quake/src/WinQuake/
progs.h
53
}
edict_t
;
typedef in typeref:struct:edict_s
54
#define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,
edict_t
,area)
78
edict_t
*ED_Alloc (void);
79
void ED_Free (
edict_t
*ed);
84
void ED_Print (
edict_t
*ed);
85
void ED_Write (FILE *f,
edict_t
*ed);
86
char *ED_ParseEdict (char *data,
edict_t
*ent);
93
//define EDICT_NUM(n) ((
edict_t
*)(sv.edicts+ (n)*pr_edict_size))
96
edict_t
*EDICT_NUM(int n);
97
int NUM_FOR_EDICT(
edict_t
*e)
[
all
...]
Completed in 57 milliseconds