Home
last modified time | relevance | path

Searched refs:NUM_SAFE_ARGVS (Results 1 – 3 of 3) 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()
DWinQuake.ncb1244NUM_SAFE_ARGVS + 1]�InsertLinkBefore�link_t *l�link_t *before�memsearch�byte *start�int count�int …
/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()