OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localstack_used
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
pr_exec.cpp
40
int
localstack_used
;
variable
306
if (
localstack_used
+ c > LOCALSTACK_SIZE)
310
localstack[
localstack_used
+i] = ((int *)pr_globals)[f->parm_start + i];
311
localstack_used
+= c;
342
localstack_used
-= c;
343
if (
localstack_used
< 0)
347
((int *)pr_globals)[pr_xfunction->parm_start + i] = localstack[
localstack_used
+i];
/external/quake/quake/src/QW/server/
pr_exec.c
40
int
localstack_used
;
variable
306
if (
localstack_used
+ c > LOCALSTACK_SIZE)
310
localstack[
localstack_used
+i] = ((int *)pr_globals)[f->parm_start + i];
311
localstack_used
+= c;
342
localstack_used
-= c;
343
if (
localstack_used
< 0)
347
((int *)pr_globals)[pr_xfunction->parm_start + i] = localstack[
localstack_used
+i];
Completed in 15 milliseconds