Home
last modified time | relevance | path

Searched refs:LAMPON (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/games/battlestar/
Dnightobjs.c52 {181, LAMPON},
53 {236, LAMPON},
54 {92, LAMPON},
Dbattlestar.c81 if (!notes[CANTSEE] || testbit(inven, LAMPON) || in main()
82 testbit(location[position].objects, LAMPON)) { in main()
Dcommand1.c185 setbit(location[GARDEN].objects, LAMPON); in news()
194 clearbit(location[GARDEN].objects, LAMPON); in news()
Dwords.c59 { "lamp", LAMPON, OBJECT, NULL },
60 { "lantern", LAMPON, OBJECT, NULL },
Ddayobjs.c139 {268, LAMPON},
Dcypher.c397 if (!notes[CANTSEE] || testbit(inven, LAMPON) || in cypher()
398 testbit(location[position].objects, LAMPON) in cypher()
Dextern.h82 #define LAMPON 12 macro