OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:com_cachedir
(Results
1 - 1
of
1
) sorted by null
/external/quake/quake/src/WinQuake/
common.cpp
1273
char
com_cachedir
[MAX_OSPATH];
variable
1464
if (!
com_cachedir
[0])
1470
sprintf (cachepath,"%s%s",
com_cachedir
, netpath);
1472
sprintf (cachepath,"%s%s",
com_cachedir
, netpath+2);
1474
sprintf (cachepath,"%s%s",
com_cachedir
, netpath);
[
all
...]
Completed in 338 milliseconds