OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_SAFE_ARGVS
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
common.cpp
24
#define
NUM_SAFE_ARGVS
7
26
static const char *largv[MAX_NUM_ARGVS +
NUM_SAFE_ARGVS
+ 1];
29
static const char *safeargvs[
NUM_SAFE_ARGVS
] =
1121
for (i=0 ; i<
NUM_SAFE_ARGVS
; i++)
[
all
...]
/external/quake/quake/src/QW/client/
common.c
31
#define
NUM_SAFE_ARGVS
6
35
static char *largv[MAX_NUM_ARGVS +
NUM_SAFE_ARGVS
+ 1];
38
static char *safeargvs[
NUM_SAFE_ARGVS
] =
1171
for (i=0 ; i<
NUM_SAFE_ARGVS
; i++)
[
all
...]
Completed in 17 milliseconds