OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_GetString
(Results
1 - 9
of
9
) sorted by null
/external/quake/quake/src/QW/server/
progs.h
106
#define G_STRING(o) (
PR_GetString
(*(string_t *)&pr_globals[o]))
112
#define E_STRING(e,o) (
PR_GetString
(*(string_t *)&((float*)&e->v)[o]))
145
char *
PR_GetString
(int num);
pr_edict.c
190
if (!strcmp(
PR_GetString
(def->s_name),name) )
210
if (!strcmp(
PR_GetString
(def->s_name),name) )
230
if (!strcmp(
PR_GetString
(func->s_name),name) )
285
sprintf (line, "%s",
PR_GetString
(val->string));
292
sprintf (line, "%s()",
PR_GetString
(f->s_name));
296
sprintf (line, ".%s",
PR_GetString
(def->s_name));
337
sprintf (line, "%s",
PR_GetString
(val->string));
344
sprintf (line, "%s",
PR_GetString
(f->s_name));
348
sprintf (line, "%s",
PR_GetString
(def->s_name));
390
sprintf (line,"%i(%s)%s", ofs,
PR_GetString
(def->s_name), s)
[
all
...]
pr_exec.c
211
Con_Printf ("%12s : %s\n",
PR_GetString
(f->s_file),
PR_GetString
(f->s_name));
246
Con_Printf ("%7i %s\n", best->profile,
PR_GetString
(best->s_name));
486
c->_float = !a->string || !*
PR_GetString
(a->string);
504
c->_float = !strcmp(
PR_GetString
(a->string),
PR_GetString
(b->string));
523
c->_float = strcmp(
PR_GetString
(a->string),
PR_GetString
(b->string));
671
char *
PR_GetString
(int num)
sv_init.c
113
SV_ModelIndex(
PR_GetString
(svent->v.model));
pr_cmds.c
64
Con_Printf ("======SERVER ERROR in %s:\n%s\n",
PR_GetString
(pr_xfunction->s_name) ,s);
87
Con_Printf ("======OBJECT ERROR in %s:\n%s\n",
PR_GetString
(pr_xfunction->s_name),s);
1449
MSG_WriteByte (&sv.signon, SV_ModelIndex(
PR_GetString
(ent->v.model)));
sv_ents.c
478
if (!ent->v.modelindex || !*
PR_GetString
(ent->v.model))
sv_phys.c
101
Con_Printf ("Got a NaN velocity on %s\n",
PR_GetString
(ent->v.classname));
106
Con_Printf ("Got a NaN origin on %s\n",
PR_GetString
(ent->v.classname));
sv_send.c
533
stats[STAT_WEAPON] = SV_ModelIndex(
PR_GetString
(ent->v.weaponmodel));
sv_user.c
96
MSG_WriteString (&host_client->netchan.message,
PR_GetString
(sv.edicts->v.message));
411
if (!strcmp(
PR_GetString
(e->v.classname), "info_player_start"))
[
all
...]
Completed in 45 milliseconds