OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pr_xfunction
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
pr_exec.cpp
44
dfunction_t *
pr_xfunction
;
variable
201
pr_stack[pr_depth].f =
pr_xfunction
;
299
pr_stack[pr_depth].f =
pr_xfunction
;
324
pr_xfunction
= f;
341
c =
pr_xfunction
->locals;
347
((int *)pr_globals)[
pr_xfunction
->parm_start + i] = localstack[localstack_used+i];
351
pr_xfunction
= pr_stack[pr_depth].f;
402
pr_xfunction
->profile++;
progs.h
128
extern dfunction_t *
pr_xfunction
;
pr_cmds.cpp
64
,pr_strings +
pr_xfunction
->s_name,s);
88
,pr_strings +
pr_xfunction
->s_name,s);
1171
oldf =
pr_xfunction
;
1178
pr_xfunction
= oldf;
[
all
...]
/external/quake/quake/src/QW/server/
pr_exec.c
44
dfunction_t *
pr_xfunction
;
variable
201
pr_stack[pr_depth].f =
pr_xfunction
;
299
pr_stack[pr_depth].f =
pr_xfunction
;
324
pr_xfunction
= f;
341
c =
pr_xfunction
->locals;
347
((int *)pr_globals)[
pr_xfunction
->parm_start + i] = localstack[localstack_used+i];
351
pr_xfunction
= pr_stack[pr_depth].f;
402
pr_xfunction
->profile++;
progs.h
123
extern dfunction_t *
pr_xfunction
;
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);
995
oldf =
pr_xfunction
;
1002
pr_xfunction
= oldf;
Completed in 2873 milliseconds