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

  /src/games/rogue/
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");
  /src/games/battlestar/
globals.c 286 unsigned int wear[NUMOFWORDS]; variable in typeref:typename:unsigned int[]
  /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...]

Completed in 13 milliseconds