OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCALSTACK_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
pr_exec.cpp
38
#define
LOCALSTACK_SIZE
2048
39
int localstack[
LOCALSTACK_SIZE
];
306
if (localstack_used + c >
LOCALSTACK_SIZE
)
/external/quake/quake/src/QW/server/
pr_exec.c
38
#define
LOCALSTACK_SIZE
2048
39
int localstack[
LOCALSTACK_SIZE
];
306
if (localstack_used + c >
LOCALSTACK_SIZE
)
Completed in 1447 milliseconds