HomeSort by relevance Sort by last modified time
    Searched defs:com_gamedir (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
common.c 1314 char com_gamedir[MAX_OSPATH]; variable
1394 sprintf (name, "%s/%s", com_gamedir, filename);
1398 Sys_mkdir(com_gamedir);
1708 Sets com_gamedir, adds the directory to the head of the path,
1724 strcpy (com_gamedir, dir);
1753 COM_Gamedir
1758 void COM_Gamedir (char *dir)
1800 sprintf (com_gamedir, "%s/%s", com_basedir, dir);
1806 strcpy (search->filename, com_gamedir);
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 1274 char com_gamedir[MAX_OSPATH]; variable
1319 sprintf (name, "%s/%s", com_gamedir, filename);
1718 Sets com_gamedir, adds the directory to the head of the path,
    [all...]

Completed in 64 milliseconds