HomeSort by: relevance | last modified time | path
    Searched refs:uhp (Results 1 - 14 of 14) sorted by relevancy

  /src/games/hack/
hack.potion.c 102 if (u.uhp < u.uhpmax)
129 u.uhp += rnd(10);
130 if (u.uhp > u.uhpmax)
131 u.uhp = ++u.uhpmax;
231 u.uhp += d(2, 20) + 1;
232 if (u.uhp > u.uhpmax)
233 u.uhp = (u.uhpmax += 2);
275 u.uhp += num;
378 if (u.uhp < u.uhpmax)
379 u.uhp++, flags.botl = 1
    [all...]
hack.mhitu.c 112 u.uhp = 0;
114 if (u.uhp < 1)
276 u.uhp += rnd(7);
279 if (u.uhp > u.uhpmax)
280 u.uhp = u.uhpmax;
295 u.uhp -= d(2, 8);
297 u.uhp -= d(2, 8);
356 u.uhp -= 4;
398 if (u.uhp < 1)
hack.main.c 185 u.uhp = 1; /* prevent RIP on early quits */
386 if (u.uhp < 1) {
390 if (u.uhp * 10 < u.uhpmax && moves - wailmsg > 50) {
392 if (u.uhp == 1)
397 if (u.uhp < u.uhpmax) {
401 u.uhp += rnd((int) u.ulevel - 9);
402 if (u.uhp > u.uhpmax)
403 u.uhp = u.uhpmax;
408 u.uhp++;
hack.u_init.c 268 u.uhp = u.uhpmax = 16;
276 u.uhp = u.uhpmax = 10;
287 u.uhp = u.uhpmax = 15;
295 u.uhp = u.uhpmax = 12;
303 u.uhp = u.uhpmax = 12;
309 u.uhp = u.uhpmax = 14;
314 u.uhp = u.uhpmax = 12;
hack.eat.c 325 u.uhp += rnd(20);
326 if (u.uhp > u.uhpmax) {
329 u.uhp = u.uhpmax;
444 if (u.uhp < 1) {
496 u.uhp = u.uhpmax;
hack.c 885 u.uhp -= 6;
894 u.uhp -= n;
895 if (u.uhp > u.uhpmax)
896 u.uhpmax = u.uhp; /* perhaps n was negative */
898 if (u.uhp < 1) {
907 u.uhp -= n;
909 if (u.uhp < 1)
921 u.uhp = -1;
923 u.uhp -= num;
hack.mon.c 200 u.uhp -= dam;
203 u.uhp = -1;
205 if (u.uhp < 1)
306 !mtmp->mpeaceful && u.uhp > 0 && !scared) {
688 u.uhp = -1;
695 if (u.uhp < 1) {
878 u.uhp += tmp;
hack.h 171 int uhp,uhpmax; member in struct:you
hack.wizard.c 254 if (u.uhp < 1)
hack.end.c 167 u.uhp = u.uhpmax;
181 if (*st1 == 'q' && u.uhp < 1) {
359 t0->hp = u.uhp;
hack.pri.c 726 dlevel, u.ugold, u.uhp, u.uhpmax, u.uac);
730 dlevel, u.uhp, u.uhpmax, u.uac);
hack.read.c 284 u.uhp = -1;
hack.zap.c 606 u.uhp = -1;
  /src/sys/netinet6/
udp6_usrreq.c 200 } *uhp; local in function:udp6_ctlinput
237 if (m->m_pkthdr.len < off + sizeof(*uhp)) {
244 m_copydata(m, off, sizeof(*uhp), (void *)&uh);

Completed in 57 milliseconds