Home
last modified time | relevance | path

Searched refs:nomovemsg (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/games/hack/
Dhack.eat.c259 nomovemsg = "You are conscious again."; in doeat()
281 nomovemsg = "You finished your meal."; in doeat()
337 if (multi < 0 && !nomovemsg) { in doeat()
342 nomovemsg = msgbuf; in doeat()
413 nomovemsg = "You regain consciousness."; in newuhs()
555 nomovemsg = "You now again prefer mimicking a human."; in eatcorpse()
Dhack.do_wear.c173 nomovemsg = "You finished taking off your helmet."; in armoroff()
176 nomovemsg = "You finished taking off your gloves"; in armoroff()
179 nomovemsg = "You finished taking off your suit."; in armoroff()
246 nomovemsg = "You finished your dressing manoeuvre."; in doweararm()
Dhack.engrave.c299 nomovemsg = "You finished writing."; in doengrave()
311 nomovemsg = "You cannot engrave more."; in doengrave()
314 nomovemsg = "You finished engraving."; in doengrave()
Dhack.main.c421 if (nomovemsg) in main()
422 pline("%s", nomovemsg); in main()
425 nomovemsg = 0; in main()
Dhack.Decl.c96 const char *killer, *nomovemsg; variable
Dhack.h193 extern const char *nomovemsg;
Dhack.potion.c107 nomovemsg = "You awake with a headache."; in dodrink()
Dhack.do.c325 nomovemsg = "You finished your prayer."; in dopray()
Dhack.c323 nomovemsg = ""; in domove()