Searched refs:hp (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dattrib.c623 int hp, conplus; local
628 hp = urole.hpadv.infix + urace.hpadv.infix;
629 if (urole.hpadv.inrnd > 0) hp += rnd(urole.hpadv.inrnd);
630 if (urace.hpadv.inrnd > 0) hp += rnd(urace.hpadv.inrnd);
636 return hp;
639 hp = urole.hpadv.lofix + urace.hpadv.lofix;
640 if (urole.hpadv.lornd > 0) hp += rnd(urole.hpadv.lornd);
641 if (urace.hpadv.lornd > 0) hp += rnd(urace.hpadv.lornd);
643 hp = urole.hpadv.hifix + urace.hpadv.hifix;
644 if (urole.hpadv.hirnd > 0) hp
[all...]
H A Dbotl.c250 int hp, hpmax; local
253 hp = Upolyd ? u.mh : u.uhp;
256 if(hp < 0) hp = 0;
265 hp, hpmax, u.uen, u.uenmax, u.uac);
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,
303 t0->hp = u.uhp;
514 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
650 if (t1->hp <= 0) hpbuf[0] = '-', hpbuf[1] = '\0';
651 else Sprintf(hpbuf, "%d", t1->hp);
652 /* beginning of hp column after padding (not actually padded yet) */
673 /* beginning of hp column not including padding */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dattrib.c623 int hp, conplus; local
628 hp = urole.hpadv.infix + urace.hpadv.infix;
629 if (urole.hpadv.inrnd > 0) hp += rnd(urole.hpadv.inrnd);
630 if (urace.hpadv.inrnd > 0) hp += rnd(urace.hpadv.inrnd);
636 return hp;
639 hp = urole.hpadv.lofix + urace.hpadv.lofix;
640 if (urole.hpadv.lornd > 0) hp += rnd(urole.hpadv.lornd);
641 if (urace.hpadv.lornd > 0) hp += rnd(urace.hpadv.lornd);
643 hp = urole.hpadv.hifix + urace.hpadv.hifix;
644 if (urole.hpadv.hirnd > 0) hp
[all...]
H A Dbotl.c250 int hp, hpmax; local
253 hp = Upolyd ? u.mh : u.uhp;
256 if(hp < 0) hp = 0;
265 hp, hpmax, u.uen, u.uenmax, u.uac);
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,
303 t0->hp = u.uhp;
514 t1->maxlvl = t1->hp = t1->maxhp = t1->deaths = 0;
650 if (t1->hp <= 0) hpbuf[0] = '-', hpbuf[1] = '\0';
651 else Sprintf(hpbuf, "%d", t1->hp);
652 /* beginning of hp column after padding (not actually padded yet) */
673 /* beginning of hp column not including padding */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h460 NetHackQtLabelledIcon hp; member in class:NetHackQtStatusWindow
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h460 NetHackQtLabelledIcon hp; member in class:NetHackQtStatusWindow

Completed in 48 milliseconds