/external/quake/quake/src/QW/ |
qwrlnote.txt | 150 Pflug <nolan@fyi.net> for diffs of the progs changes to get this worked out.
202 progs can access localinfo using infokey(world, "key") and set it using
|
/external/quake/quake/src/QW/server/ |
pr_exec.c | 234 for (i=0 ; i<progs->numfunctions ; i++) 373 if (!fnum || fnum >= progs->numfunctions)
|
pr_cmds.c | 994 // save program state, because SV_movestep may call other progs 1247 This was a major timewaster in progs, so it was converted to C
|
sv_ccmds.c | 299 command from the console or progs.
|
sv_user.c | 351 memset (&ent->v, 0, progs->entityfields * 4); 665 || (strncmp(name, "progs/", 6) == 0 && !allow_download_models.value) [all...] |
/external/quake/quake/src/WinQuake/ |
pr_exec.cpp | 234 for (i=0 ; i<progs->numfunctions ; i++) 373 if (!fnum || fnum >= progs->numfunctions)
|
host_cmd.cpp | 689 memset (&ent->u.v, 0, progs->entityfields * 4); 852 memset (&ent->v, 0, progs->entityfields * 4); 1315 memset (&ent->u.v, 0, progs->entityfields * 4); [all...] |
common.cpp | 1417 { // gross hack to use quake 1 progs with quake 2 maps 1418 if (!strcmp(filename, "progs.dat")) [all...] |
pr_cmds.cpp | 1170 // save program state, because SV_movestep may call other progs 1409 This was a major timewaster in progs, so it was converted to C [all...] |
/external/quake/quake/src/QW/client/ |
gl_model.c | 1460 if (!strcmp(loadmodel->name,"progs/player.mdl")) [all...] |
model.c | 1455 if (!strcmp(loadmodel->name, "progs/player.mdl") || 1456 !strcmp(loadmodel->name, "progs/eyes.mdl")) { 1468 !strcmp(loadmodel->name, "progs/player.mdl") ? pmodel_name : emodel_name, 1474 !strcmp(loadmodel->name, "progs/player.mdl") ? pmodel_name : emodel_name, [all...] |
/external/bison/ |
TODO | 155 <http://www.goice.co.jp/member/mo/hack-progs/bison-java.html>
|
/external/openssl/apps/ |
openssl.c | 129 #include "progs.h"
|
/external/openssl/crypto/ |
Makefile | 126 @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDE) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/pkcs7/ |
Makefile | 87 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/quake/quake/src/QW/progs/ |
client.qc | 494 setmodel (self, "progs/eyes.mdl");
497 setmodel (self, "progs/player.mdl");
[all...] |
/external/e2fsprogs/ |
configure.in | 950 debugfs/Makefile tests/Makefile tests/progs/Makefile \
|
/external/openssl/crypto/bio/ |
Makefile | 78 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/dsa/ |
Makefile | 68 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/ec/ |
Makefile | 71 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/rand/ |
Makefile | 68 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/netcat/ |
netcat.c | 25 backend progs to grab a pty and look like a real telnetd?! 26 backend progs to do various encryption modes??!?! [all...] |
/external/openssl/crypto/des/ |
Makefile | 112 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/pkcs12/ |
Makefile | 72 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/rsa/ |
Makefile | 70 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|