Searched refs:LAMPON (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/games/battlestar/ |
| D | nightobjs.c | 52 {181, LAMPON}, 53 {236, LAMPON}, 54 {92, LAMPON},
|
| D | battlestar.c | 81 if (!notes[CANTSEE] || testbit(inven, LAMPON) || in main() 82 testbit(location[position].objects, LAMPON)) { in main()
|
| D | command1.c | 185 setbit(location[GARDEN].objects, LAMPON); in news() 194 clearbit(location[GARDEN].objects, LAMPON); in news()
|
| D | words.c | 59 { "lamp", LAMPON, OBJECT, NULL }, 60 { "lantern", LAMPON, OBJECT, NULL },
|
| D | dayobjs.c | 139 {268, LAMPON},
|
| D | cypher.c | 397 if (!notes[CANTSEE] || testbit(inven, LAMPON) || in cypher() 398 testbit(location[position].objects, LAMPON) in cypher()
|
| D | extern.h | 82 #define LAMPON 12 macro
|