Home | History | Annotate | Download | only in larn

Lines Matching refs:spheres

11  * movsphere() 		Function to look for and move spheres of annihilation
43 if (spheres)
44 movsphere(); /* move the spheres of annihilation if any */
312 if (tmp >= DEMONLORD + 3) { /* demons dispel spheres */
395 * movsphere() Function to look for and move spheres of annihilation
401 * spheres.
404 #define SPHMAX 20 /* maximum number of spheres movsphere can
414 for (sp = 0, x = 0, sp2 = spheres; sp2; sp2 = sp2->p) /* look through sphere
423 sp = sph; /* if any spheres, point to them */
425 return; /* no spheres */