OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pr_xfunction
(Results
1 - 2
of
2
) 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++;
/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++;
Completed in 33 milliseconds