OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pr_depth
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
pr_exec.cpp
36
int
pr_depth
;
variable
195
if (
pr_depth
== 0)
201
pr_stack[
pr_depth
].f = pr_xfunction;
202
for (i=
pr_depth
; i>=0 ; i--)
274
pr_depth
= 0; // dump the stack so host_error can shutdown functions
298
pr_stack[
pr_depth
].s = pr_xstatement;
299
pr_stack[
pr_depth
].f = pr_xfunction;
300
pr_depth
++;
301
if (
pr_depth
>= MAX_STACK_DEPTH)
337
if (
pr_depth
<= 0
[
all
...]
/external/quake/quake/src/QW/server/
pr_exec.c
36
int
pr_depth
;
variable
195
if (
pr_depth
== 0)
201
pr_stack[
pr_depth
].f = pr_xfunction;
202
for (i=
pr_depth
; i>=0 ; i--)
274
pr_depth
= 0; // dump the stack so SV_Error can shutdown functions
298
pr_stack[
pr_depth
].s = pr_xstatement;
299
pr_stack[
pr_depth
].f = pr_xfunction;
300
pr_depth
++;
301
if (
pr_depth
>= MAX_STACK_DEPTH)
337
if (
pr_depth
<= 0
[
all
...]
Completed in 389 milliseconds