Searched refs:MAID (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/games/battlestar/ |
| D | command3.c | 115 if (TestBit(inven, MAID) || TestBit(location[position].objects, MAID)) in bury() 116 value = MAID; in bury() 152 case MAID: in bury()
|
| D | command4.c | 105 if (TestBit(from, MAID)) { in take() 106 wordvalue[wordnumber] = MAID; in take() 273 if (TestBit(inven, MAID) || TestBit(location[position].objects, MAID)) in drop() 274 value = MAID; in drop()
|
| D | dayobjs.c | 91 { 21, MAID },
|
| D | words.c | 48 { "maid", MAID, OBJECT, NULL }, 49 { "maid's", MAID, OBJECT, NULL },
|
| D | extern.h | 80 #define MAID 10 macro
|