Symbol: wear
games/battlestar/command1.c
138
if ((testbit(inven, TALISMAN) || testbit(wear, TALISMAN)) &&
games/battlestar/command1.c
139
(testbit(inven, MEDALION) || testbit(wear, MEDALION)) &&
games/battlestar/command1.c
140
(testbit(inven, AMULET) || testbit(wear, AMULET))) {
games/battlestar/command2.c
125
return (take(wear));
games/battlestar/command2.c
79
setbit(wear, value);
games/battlestar/command2.c
86
if (testbit(wear, value)) {
games/battlestar/command4.c
171
(testbit(wear, AMULET) || testbit(inven, AMULET))) {
games/battlestar/command4.c
369
else if (testbit(wear, value))
games/battlestar/command4.c
388
wordnumber = take(wear);
games/battlestar/command7.c
188
if (testbit(inven, AMULET) || testbit(wear, AMULET)) {
games/battlestar/command7.c
191
testbit(wear, MEDALION)) {
games/battlestar/command7.c
208
clearbit(wear, AMULET);
games/battlestar/command7.c
280
(testbit(wear, MAIL) != 0) - (testbit(wear, HELM) != 0);
games/battlestar/command7.c
281
hurt += (testbit(wear, AMULET) != 0) +
games/battlestar/command7.c
282
(testbit(wear, MEDALION) != 0) + (testbit(wear, TALISMAN) != 0);
games/battlestar/command7.c
67
ucard(wear) - exhaustion;
games/battlestar/cypher.c
229
if (testbit(wear, n)) {
games/battlestar/cypher.c
247
if (testbit(wear, n)) {
games/battlestar/cypher.c
346
if (ucard(wear)) {
games/battlestar/cypher.c
349
if (testbit(wear, n))
games/battlestar/extern.h
309
extern unsigned int wear[NUMOFWORDS];
games/battlestar/globals.c
263
unsigned int wear[NUMOFWORDS];
games/battlestar/init.c
57
setbit(wear, PAJAMAS);
games/battlestar/save.c
111
fwrite(wear, sizeof wear, 1, fp);
games/battlestar/save.c
57
fread(wear, sizeof wear, 1, fp);
games/larn/main.c
49
static void wear(void);
games/larn/main.c
692
wear();
games/rogue/play.c
195
wear();
games/rogue/rogue.h
582
void wear(void);