Searched refs:pak (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dquake-data.spec.sh53 %attr(644,root,root) $3/id1/pak0.pak
54 %attr(644,root,root) $3/id1/pak1.pak
H A Dcommon.cpp58 // this graphic needs to be in the pak file to use registered features
1403 pack_t *pak; local
1424 // is the element a pak file?
1427 // look through all the pak file elements
1428 pak = search->pack;
1429 for (i=0 ; i<pak->numfiles ; i++)
1430 if (!strcmp (pak->files[i].name, filename))
1432 // Sys_Printf ("PackFile: %s : %s\n",pak->filename, filename);
1435 *handle = pak->handle;
1436 Sys_FileSeek (pak
1726 pack_t *pak; local
[all...]
H A Dquake-shareware.spec.sh61 %attr(644,root,root) $3/id1/pak0.pak
H A Dquake-rogue.spec.sh96 %attr(644,root,root) $3/rogue/pak0.pak
H A DMakefile.linuxi3861150 cp $(MASTER_DIR)/id1/pak0.pak $(QUAKEDATADIR)/$(INSTALLDIR)/id1/.
1151 cp $(MASTER_DIR)/id1/pak1.pak $(QUAKEDATADIR)/$(INSTALLDIR)/id1/.
1174 cp $(MASTER_DIR)/hipnotic/pak0.pak $(RPMHIPNOTICDIR)/$(INSTALLDIR)/hipnotic/.
1195 cp $(MASTER_DIR)/rogue/pak0.pak $(RPMROGUEDIR)/$(INSTALLDIR)/rogue/.
/external/quake/quake/src/QW/client/
H A Dcommon.c61 // this graphic needs to be in the pak file to use registered features
1482 pack_t *pak; local
1493 // is the element a pak file?
1496 // look through all the pak file elements
1497 pak = search->pack;
1498 for (i=0 ; i<pak->numfiles ; i++)
1499 if (!strcmp (pak->files[i].name, filename))
1501 Sys_Printf ("PackFile: %s : %s\n",pak->filename, filename);
1503 *file = fopen (pak->filename, "rb");
1505 Sys_Error ("Couldn't reopen %s", pak
1716 pack_t *pak; local
1762 pack_t *pak; local
[all...]
H A Dcl_ents.c910 packet_entities_t *pak; local
919 pak = &frame->packet_entities;
921 for (i=0 ; i<pak->num_entities ; i++)
923 state = &pak->entities[i];
/external/quake/quake/src/QW/server/
H A Dsv_ccmds.c385 float cpu, avg, pak; local
393 pak = (float)svs.stats.latched_packets/ STATFRAMES;
398 Con_Printf ("packets/frame : %5.2f (%d)\n", pak, num_prstr);

Completed in 88 milliseconds