Lines Matching defs:value
110 int value;
116 value = wordvalue[wordnumber];
118 (testbit(location[position].objects, value) ||
119 value == BODY))
120 switch (value) {
125 value = MAID;
129 value = DEADWOOD;
133 value = DEADGOD;
137 value = DEADTIME;
141 value = DEADNATIVE;
163 (testbit(inven, value) ||
164 testbit(location[position].objects, value))) {
166 if (testbit(inven, value)) {
167 clearbit(inven, value);
168 carrying -= objwt[value];
169 encumber -= objcumber[value];
171 clearbit(location[position].objects, value);
172 switch (value) {
180 objsht[value]);
213 int firstnumber, value;
222 value = wordvalue[wordnumber];
223 printf("%s:\n", objsht[value]);
224 if (testbit(location[position].objects, value)) {
225 clearbit(location[position].objects, value);
227 printf("The %s explode%s\n", objsht[value],
228 (is_plural_object(value) ? "." : "s."));
229 if (value == BOMB)
233 objsht[value]);