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

  /src/games/hack/
def.rm.h 74 #define DOOR 7
86 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */
88 #define ZAP_POS(typ) ((typ) > DOOR)
  /src/games/hunt/include/
hunt_common.h 120 #define DOOR '#'
  /src/games/battlestar/
extern.h 179 #define DOOR 1045
  /src/games/rogue/
rogue.h 56 #define DOOR ((unsigned short) 040)
283 typedef struct dr door; typedef in typeref:struct:dr
287 door doors[4];

Completed in 15 milliseconds