Home
last modified time | relevance | path

Searched refs:CMNUM (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/games/hack/
H A Dhack.makemon.c97 ct = CMNUM - strlen(fut_geno); in makemon()
109 for (ct = 0; ct < CMNUM; ct++) { in makemon()
155 (void) newcham(mtmp, &mons[dlevel + 14 + rn2(CMNUM - 14 - dlevel)]); in makemon()
271 for (ct = 0; ct < CMNUM; ct++) { in mkmon_at()
H A Dhack.monst.c73 const struct permonst mons[CMNUM + 2] = {
H A Ddef.permonst.h88 #define CMNUM 55 /* number of common monsters */ macro
H A Dhack.h176 int nr_killed[CMNUM+2]; /* used for experience bookkeeping */
H A Dhack.main.c297 while (pm < mons + CMNUM + 2) { in main()
H A Dhack.mon.c239 (void) newcham(mtmp, &mons[dlevel + 14 + rn2(CMNUM - 14 - dlevel)]); in dochug()
814 if (tmp >= 0 && tmp < CMNUM + 2) { in killed()
H A Dhack.read.c643 for (mp = mons; mp < &mons[CMNUM + 2]; mp++) in monstersym()
H A Dhack.zap.c121 if (newcham(mtmp, &mons[rn2(CMNUM)])) in bhitm()