OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_GlobalString
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/WinQuake/
pr_exec.cpp
139
char *
PR_GlobalString
(int ofs);
163
Con_Printf ("%sbranch %i",
PR_GlobalString
(s->a),s->b);
170
Con_Printf ("%s",
PR_GlobalString
(s->a));
176
Con_Printf ("%s",
PR_GlobalString
(s->a));
178
Con_Printf ("%s",
PR_GlobalString
(s->b));
pr_edict.cpp
375
PR_GlobalString
381
char *
PR_GlobalString
(int ofs)
/external/quake/quake/src/QW/server/
pr_exec.c
139
char *
PR_GlobalString
(int ofs);
163
Con_Printf ("%sbranch %i",
PR_GlobalString
(s->a),s->b);
170
Con_Printf ("%s",
PR_GlobalString
(s->a));
176
Con_Printf ("%s",
PR_GlobalString
(s->a));
178
Con_Printf ("%s",
PR_GlobalString
(s->b));
pr_edict.c
369
PR_GlobalString
375
char *
PR_GlobalString
(int ofs)
Completed in 36 milliseconds