Searched refs:objects (Results 1 - 25 of 419) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.o_init.c72 #include "def.objects.h"
99 end = SIZE(objects);
102 let = objects[first].oc_olet;
104 while (last < end && objects[last].oc_olet == let
105 && objects[last].oc_name != NULL)
117 sum += objects[j].oc_prob;
120 objects[j].oc_prob = (100 + j - first) / (last - first);
126 if (objects[first].oc_descr != NULL && let != TOOL_SYM) {
128 while (last < end && objects[last].oc_olet == let)
133 tmp = objects[
[all...]
H A Ddef.objclass.h66 /* definition of a class of objects */
73 Bitfield(oc_merge,1); /* merge otherwise equal objects */
82 #define ARM_BONUS(obj) ((10 - objects[obj->otyp].a_ac) + obj->spe)
96 extern struct objclass objects[];
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dcommand2.c221 if (testbit(location[position].objects, BATHGOD)) {
224 clearbit(location[position].objects, BATHGOD);
225 setbit(location[position].objects, DEADGOD);
229 if (testbit(location[position].objects,
235 clearbit(location[position].objects,
237 setbit(location[position].objects,
247 if (testbit(location[position].objects, TIMER)) {
249 clearbit(location[position].objects, TIMER);
250 setbit(location[position].objects, DEADTIME);
257 if (testbit(location[position].objects, NATIV
[all...]
H A Dcommand3.c52 setbit(location[position].objects, DEADWOOD);
53 setbit(location[position].objects, COMPASS);
54 setbit(location[position].objects, KNIFE);
55 setbit(location[position].objects, MACE);
100 setbit(location[position].objects, n);
118 (testbit(location[position].objects, value) ||
124 testbit(location[position].objects, MAID))
127 testbit(location[position].objects,
131 testbit(location[position].objects,
135 testbit(location[position].objects,
[all...]
H A Dcommand1.c50 testbit(location[position].objects, LAND) ||
84 nightfile[i].objects[j] = dayfile[i].objects[j];
86 setbit(nightfile[p->room].objects, p->obj);
91 dayfile[i].objects[j] = nightfile[i].objects[j];
93 clearbit(dayfile[p->room].objects, p->obj);
132 clearbit(location[POOLS].objects, BATHGOD);
153 if (testbit(location[position].objects, ELF)) {
157 if (testbit(location[position].objects, DAR
[all...]
H A Dinit.c69 setbit(location[p->room].objects, p->obj);
135 setbit(location[7].objects, WOODSMAN); /* viper room */
136 setbit(location[20].objects, WOODSMAN); /* laser " */
137 setbit(location[13].objects, DARK); /* amulet " */
138 setbit(location[8].objects, ELF); /* closet */
H A Dcommand4.c141 if (testbit(location[position].objects, AMULET)) {
158 if (testbit(location[position].objects, MEDALION)) {
170 if (testbit(location[position].objects, TALISMAN)) {
178 if (testbit(location[position].objects, BATHGOD) &&
193 clearbit(location[position].objects, BATHGOD);
195 if (!testbit(location[position].objects,
251 testbit(location[position].objects, value)) {
252 clearbit(location[position].objects, value);
254 setbit(location[deposit].objects,
261 location[deposit].objects[
[all...]
H A Dcommand6.c49 if (testbit(location[position].objects, VIPER) && !notes[CANTLAUNCH]) {
51 clearbit(location[position].objects, VIPER);
71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) &&
75 setbit(location[position].objects, VIPER);
185 if (testbit(location[position].objects, CAR)) {
189 clearbit(location[position].objects, CAR);
190 setbit(location[position].objects, CRASH);
203 if (testbit(location[position].objects, HORSE)) {
208 clearbit(location[position].objects, HORSE);
212 setbit(location[position].objects, HORS
[all...]
H A Dcommand5.c50 && testbit(location[position].objects, BATHGOD)) {
56 if (testbit(location[position].objects,
107 if ((testbit(location[position].objects, BATHGOD) ||
108 testbit(location[position].objects, NORMGOD)) &&
147 setbit(location[position].objects,
159 if (testbit(location[position].objects,
219 location[position].objects,
229 setbit(location[position].objects, DEADWOOD);
232 setbit(location[position].objects, HALBERD);
337 if (person && testbit(location[position].objects, perso
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_dsa.c62 #include <openssl/objects.h>
H A Dm_null.c62 #include <openssl/objects.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_meth.c61 #include <openssl/objects.h>
H A Ds3_meth.c60 #include <openssl/objects.h>
H A Ds2_meth.c62 #include <openssl/objects.h>
H A Ds23_meth.c60 #include <openssl/objects.h>
H A Dt1_meth.c60 #include <openssl/objects.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_dgst.c63 #include <openssl/objects.h>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dcref.cc72 // A list of input objects.
80 // List of objects included from the archive.
81 Objects* objects; member in struct:gold::Cref_inputs::Archive_info
86 // A mapping from the name of an archive to the list of objects in
91 // symbols to lists of objects. The symbols are sorted
115 // List of input objects.
118 // name to the list of objects.
120 // The list to which we are currently adding objects.
142 pai->objects = new Objects();
145 this->current_ = this->archives_[archive->name()].objects;
248 gather_cref(const Objects* objects, Cref_table* table) const argument
302 const Objects* objects = pc->second; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_params.c11 #include <openssl/objects.h>
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/aml/
H A Daml_obj.c96 ret->package.objects = memman_alloc_flexsize(aml_memman,
99 ret->package.objects[i] = aml_copy_object(env, orig->package.objects[i]);
202 if (obj->type == aml_t_package && obj->package.objects != NULL) {
204 aml_free_object(&obj->package.objects[i]);
206 memman_free_flexsize(aml_memman, obj->package.objects);
207 obj->package.objects = NULL;
258 tmp.package.objects = memman_alloc_flexsize(aml_memman,
260 bzero(tmp.package.objects, size * sizeof(union aml_object *));
262 tmp.package.objects[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mep/
H A Dcomplex-relocs.exp3 proc ld_test { objects ldflags dest test } {
4 set ld_output [target_link $objects $dest $ldflags]
8 proc ld_test_error { objects ldflags dest test } {
9 set ld_output [target_link $objects $dest $ldflags]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dattr-merge-wchar-24.d5 #warning: warning: .* uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
H A Dattr-merge-wchar-42.d5 #warning: warning: .* uses 2-byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail
/netbsd-6-1-5-RELEASE/gnu/lib/libmalloc/
H A DMakefile.gnu29 objects = malloc.o free.o cfree.o realloc.o calloc.o morecore.o memalign.o valloc.o mcheck.o mtrace.o mstats.o vm-limit.o ralloc.o
32 libmalloc.a: $(objects)
33 ar crv $@ $(objects)
36 $(objects): $(headers)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mt/
H A Drelocs.exp4 proc ld_test { objects ldflags dest test } {
5 set ld_output [target_link $objects $dest $ldflags]

Completed in 153 milliseconds

1234567891011>>