Home
last modified time | relevance | path

Searched refs:NUM_SAFE_ARGVS (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dcommon.cpp24 #define NUM_SAFE_ARGVS 7 macro
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++) in COM_InitArgv()
/external/quake/quake/src/QW/client/
Dcommon.c31 #define NUM_SAFE_ARGVS 6 macro
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++) in COM_InitArgv()