HomeSort by: relevance | last modified time | path
    Searched refs:wear (Results 1 - 14 of 14) sorted by relevancy

  /src/games/battlestar/
command7.c 75 ucard(wear) - exhaustion;
196 if (testbit(inven, AMULET) || testbit(wear, AMULET)) {
199 testbit(wear, MEDALION)) {
216 clearbit(wear, AMULET);
288 (testbit(wear, MAIL) != 0) - (testbit(wear, HELM) != 0);
289 hurt += (testbit(wear, AMULET) != 0) +
290 (testbit(wear, MEDALION) != 0) + (testbit(wear, TALISMAN) != 0);
globals.c 286 unsigned int wear[NUMOFWORDS]; variable in typeref:typename:unsigned int[]
init.c 65 setbit(wear, PAJAMAS);
save.c 65 fread(wear, sizeof wear, 1, fp);
119 fwrite(wear, sizeof wear, 1, fp);
cypher.c 237 if (testbit(wear, n)) {
255 if (testbit(wear, n)) {
299 puts("Nothing to wear!");
354 if (ucard(wear)) {
357 if (testbit(wear, n))
command1.c 146 if ((testbit(inven, TALISMAN) || testbit(wear, TALISMAN)) &&
147 (testbit(inven, MEDALION) || testbit(wear, MEDALION)) &&
148 (testbit(inven, AMULET) || testbit(wear, AMULET))) {
command2.c 58 puts("Wear what?");
62 printf("You can't wear %s%s!\n",
87 setbit(wear, value);
94 if (testbit(wear, value)) {
133 return (take(wear));
command4.c 179 (testbit(wear, AMULET) || testbit(inven, AMULET))) {
377 else if (testbit(wear, value))
396 wordnumber = take(wear);
extern.h 309 extern unsigned int wear[NUMOFWORDS];
  /src/games/rogue/
play.c 203 wear();
pack.c 338 wear(void) function in typeref:typename:void
348 ch = pack_letter("wear what?", ARMOR);
358 messagef(0, "you can't wear that");
rogue.h 633 void wear(void);
  /src/games/larn/
main.c 33 static void wear(void);
637 if ((c[WEAR] == indx) || (c[SHIELD] == indx))
736 wear();
737 return; /* wear armor */
862 c[WEAR] = c[SHIELD] = -1;
911 } else if (c[WEAR] != -1) {
912 c[WEAR] = -1;
1064 function to wear armor
1067 wear(void) function in typeref:typename:void
1071 if ((i = whatitem("wear")) == '\33'
    [all...]
  /src/sys/arch/mac68k/mac68k/
pramasm.s 346 | this way the battery won't wear down !! )

Completed in 17 milliseconds