Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A 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()
H A 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()
H A Dhack.engrave.c299 nomovemsg = "You finished writing."; in doengrave()
311 nomovemsg = "You cannot engrave more."; in doengrave()
314 nomovemsg = "You finished engraving."; in doengrave()
H A Dhack.main.c421 if (nomovemsg) in main()
422 pline("%s", nomovemsg); in main()
425 nomovemsg = 0; in main()
H A Dhack.Decl.c96 const char *killer, *nomovemsg; variable
H A Dhack.h193 extern const char *nomovemsg;
H A Dhack.potion.c107 nomovemsg = "You awake with a headache."; in dodrink()
H A Dhack.do.c325 nomovemsg = "You finished your prayer."; in dopray()
H A Dhack.c323 nomovemsg = ""; in domove()