HomeSort by relevance Sort by last modified time
    Searched refs:COM_FileBase (Results 1 - 9 of 9) sorted by null

  /external/quake/quake/src/WinQuake/
common.h 161 void COM_FileBase (const char *in, char *out, size_t outLength);
common.cpp 853 COM_FileBase
856 void COM_FileBase (const char *in, char *out, size_t outSize)
1581 COM_FileBase (path, base, sizeof(base));
    [all...]
gl_model.cpp 277 COM_FileBase (mod->name, loadname, sizeof(loadname));
    [all...]
model.cpp 293 COM_FileBase (mod->name, loadname, sizeof(loadname));
    [all...]
  /external/quake/quake/src/QW/client/
common.h 182 void COM_FileBase (char *in, char *out);
common.c 954 COM_FileBase
957 void COM_FileBase (char *in, char *out)
1568 COM_FileBase (path, base);
    [all...]
gl_model.c 277 COM_FileBase (mod->name, loadname);
    [all...]
model.c 275 COM_FileBase (mod->name, loadname);
    [all...]
  /external/quake/quake/src/QW/server/
model.c 230 COM_FileBase (mod->name, loadname);

Completed in 36 milliseconds