Symbol: wear
games/battlestar/command1.c
146
if ((testbit(inven, TALISMAN) || testbit(wear, TALISMAN)) &&
games/battlestar/command1.c
147
(testbit(inven, MEDALION) || testbit(wear, MEDALION)) &&
games/battlestar/command1.c
148
(testbit(inven, AMULET) || testbit(wear, AMULET))) {
games/battlestar/command2.c
133
return (take(wear));
games/battlestar/command2.c
87
setbit(wear, value);
games/battlestar/command2.c
94
if (testbit(wear, value)) {
games/battlestar/command4.c
179
(testbit(wear, AMULET) || testbit(inven, AMULET))) {
games/battlestar/command4.c
377
else if (testbit(wear, value))
games/battlestar/command4.c
396
wordnumber = take(wear);
games/battlestar/command7.c
196
if (testbit(inven, AMULET) || testbit(wear, AMULET)) {
games/battlestar/command7.c
199
testbit(wear, MEDALION)) {
games/battlestar/command7.c
216
clearbit(wear, AMULET);
games/battlestar/command7.c
288
(testbit(wear, MAIL) != 0) - (testbit(wear, HELM) != 0);
games/battlestar/command7.c
289
hurt += (testbit(wear, AMULET) != 0) +
games/battlestar/command7.c
290
(testbit(wear, MEDALION) != 0) + (testbit(wear, TALISMAN) != 0);
games/battlestar/command7.c
75
ucard(wear) - exhaustion;
games/battlestar/cypher.c
237
if (testbit(wear, n)) {
games/battlestar/cypher.c
255
if (testbit(wear, n)) {
games/battlestar/cypher.c
354
if (ucard(wear)) {
games/battlestar/cypher.c
357
if (testbit(wear, n))
games/battlestar/extern.h
309
extern unsigned int wear[NUMOFWORDS];
games/battlestar/globals.c
286
unsigned int wear[NUMOFWORDS];
games/battlestar/init.c
65
setbit(wear, PAJAMAS);
games/battlestar/save.c
119
fwrite(wear, sizeof wear, 1, fp);
games/battlestar/save.c
65
fread(wear, sizeof wear, 1, fp);
games/larn/main.c
33
static void wear(void);
games/larn/main.c
736
wear();
games/rogue/play.c
203
wear();
games/rogue/rogue.h
633
void wear(void);