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

  /external/quake/quake/src/WinQuake/
common.cpp 1253 } pack_t; typedef in typeref:struct:pack_s
1279 pack_t *pack; // only one of filename / pack will be used
1403 pack_t *pak;
1652 pack_t *COM_LoadPackFile (const char *packfile)
1658 pack_t *pack;
1703 pack = (pack_t*) Hunk_Alloc (sizeof (pack_t));
    [all...]
  /external/quake/quake/src/QW/client/
common.c 1294 } pack_t; typedef in typeref:struct:pack_s
1320 pack_t *pack; // only one of filename / pack will be used
1482 pack_t *pak;
1642 pack_t *COM_LoadPackFile (char *packfile)
1648 pack_t *pack;
1693 pack = Z_Malloc (sizeof (pack_t));
1716 pack_t *pak;
1762 pack_t *pak;
    [all...]

Completed in 328 milliseconds