Symbol: losehp
games/hack/extern.h
64
void losehp(int, const char *);
games/hack/hack.do.c
263
losehp(rnd(3), "fall");
games/hack/hack.do.c
267
losehp(rnd(20), "iron ball");
games/hack/hack.do.c
288
losehp(rnd(25), "iron ball");
games/hack/hack.do.c
367
losehp(uarmh ? 1 : rnd((int) (obj->owt)), "falling object");
games/hack/hack.do.c
505
losehp(2, "thrown ball");
games/hack/hack.eat.c
473
losehp(rnd(15), "poisonous corpse");
games/hack/hack.eat.c
479
losehp(rnd(8), "cadaver");
games/hack/hack.fight.c
204
losehp(dam, name);
games/hack/hack.mon.c
688
losehp(rn1(10, 6), pname);
games/hack/hack.potion.c
179
losehp(rnd(10), "contaminated potion");
games/hack/hack.potion.c
304
losehp(rnd(2), "thrown potion");
games/hack/hack.potion.c
98
losehp(-1, "bottle of whiskey");
games/hack/hack.read.c
470
losehp(1, "scroll of fire");
games/hack/hack.read.c
478
losehp(num, "scroll of fire");
games/hack/hack.trap.c
149
losehp(uarmh ? 2 : d(2, 10), "falling rock");
games/hack/hack.trap.c
196
losehp(rnd(6), "fall into a pit");
games/hack/hack.zap.c
284
losehp(1, "falling rock");
games/hack/hack.zap.c
603
losehp(dam, fltxt);
games/hack/hack.zap.c
747
losehp(cnt, "burning scrolls");
games/hack/hack.zap.c
750
losehp(1, "burning scroll");
games/larn/header.h
397
void losehp(int);
games/larn/monster.c
1260
losehp(dam);
games/larn/monster.c
1679
losehp(x);
games/larn/monster.c
554
losehp(i); /* must say killed by a demon */
games/larn/monster.c
743
losehp(dam);
games/larn/monster.c
802
losehp(dam);
games/larn/moreobj.c
328
losehp(x);
games/larn/object.c
1096
losehp(i);
games/larn/object.c
265
losehp(rnd(20));
games/larn/object.c
332
losehp(30 + rnd(20));
games/larn/object.c
371
losehp(15 + rnd(20));
games/larn/object.c
403
losehp(rnd(10) + level);
games/larn/object.c
418
losehp(rnd(5));
games/larn/object.c
441
losehp(rnd(5 + level));
games/larn/object.c
575
losehp(k);