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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member in struct:toptenentry
148 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
203 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
304 t0->maxhp = u.uhpmax;
514 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
682 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
683 t1->maxhp);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c50 int maxlvl, hp, maxhp, deaths; member in struct:toptenentry
148 &tt->maxlvl, &tt->hp, &tt->maxhp, &tt->deaths,
203 tt->maxlvl, tt->hp, tt->maxhp, tt->deaths,
304 t0->maxhp = u.uhpmax;
514 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
682 (t1->maxhp < 10) ? " " : (t1->maxhp < 100) ? " " : "",
683 t1->maxhp);

Completed in 30 milliseconds