Lines Matching defs:xx
30 * fullhit(xx) Function to return full damage against a monst (aka web)
31 * int xx;
81 * spattack(atckno,xx,yy) Function to process special attacks from monsters
82 * int atckno,xx,yy;
699 * fullhit(xx) Function to return full damage against a monster (aka web)
700 * int xx;
706 fullhit(int xx)
709 if (xx < 0 || xx > 20)
713 i = xx * ((c[WCLASS] >> 1) + c[STRENGTH] + c[STREXTRA] - c[HARDGAME] - 12 + c[MOREDAM]);
714 return ((i >= 1) ? i : xx);
1473 * spattack(atckno,xx,yy) Function to process special attacks from monsters
1474 * int atckno,xx,yy;
1476 * Enter with the special attack number, and the coordinates (xx,yy)
1478 * Returns 1 if must do a show1cell(xx,yy) upon return, 0 otherwise
1515 spattack(int x, int xx, int yy)
1522 vxy(&xx, &yy); /* verify x & y coordinates */
1615 disappear(xx, yy);
1655 return (spattack(spsel[rund(10)], xx, yy));
1673 disappear(xx, yy);