Home
last modified time | relevance | path

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

/netbsd/src/games/hack/
Dhack.end.c313 int level, maxlvl, hp, maxhp; member
360 t0->maxhp = u.uhpmax; in topten()
382 &t1->hp, &t1->maxhp, &t1->points, in topten()
453 t1->hp, t1->maxhp, t1->points, in topten()
543 if (t1->maxhp < 3 * t1->hp && t1->maxlvl < 4) in outentry()
588 if (t1->maxhp) { in outentry()
600 " [%d]", t1->maxhp); in outentry()
742 &t1->hp, &t1->maxhp, &t1->points, in prscore()