Home
last modified time | relevance | path

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

/dragonfly/games/hunt/huntd/
HDexpl.c151 static REGEN *removed = NULL;
152 static REGEN *rem_index = NULL;
157 rem_index = removed = calloc(conf_maxremove, sizeof(REGEN)); in init_removed()
172 REGEN *r; in remove_wall()
245 REGEN *rp; in clearwalls()
HDserver.h118 typedef struct regen_def REGEN; typedef
190 REGEN *r_next;
/dragonfly/games/larn/
HDglobal.c328 c[REGEN] = 1; in recalc()
349 c[REGEN] += ivenarg[i] + 1; in recalc()
352 c[REGEN] += 5 * (ivenarg[i] + 1); in recalc()
HDregen.c39 if ((d[HP] += d[REGEN]) > d[HPMAX]) in regen()
HDheader.h89 #define REGEN 11 macro