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

  /src/games/hunt/huntd/
hunt.h 56 typedef struct regen_def REGEN;
130 REGEN *r_next;
expl.c 148 static REGEN removed[MAXREMOVE];
149 static REGEN *rem_index = removed;
159 REGEN *r;
246 REGEN *rp;
  /src/games/larn/
regen.c 1 /* $NetBSD: regen.c,v 1.6 2012/06/19 05:30:44 dholland Exp $ */
3 /* regen.c Larn is copyrighted 1986 by Noah Morgan. */
6 __RCSID("$NetBSD: regen.c,v 1.6 2012/06/19 05:30:44 dholland Exp $");
13 REGEN()
15 regen()
20 regen(void) function
45 if ((d[HP] += d[REGEN]) > d[HPMAX])
global.c 335 c[REGEN] = 1;
356 c[REGEN] += ivenarg[i] + 1;
359 c[REGEN] += 5 * (ivenarg[i] + 1);
header.h 87 #define REGEN 11

Completed in 20 milliseconds