HomeSort by: relevance | last modified time | path
    Searched defs:poss (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
hack.dog.c 202 coord poss[9]; local in function:dog_move
360 cnt = mfndpos(mtmp, poss, info, ALLOW_M | ALLOW_TRAPS);
364 nx = poss[i].x;
365 ny = poss[i].y;
hack.mon.c 327 coord poss[9]; local in function:m_move
463 cnt = mfndpos(mtmp, poss, info,
471 nx = poss[i].x;
472 ny = poss[i].y;
576 mfndpos(struct monst *mon, coord poss[9], int info[9], int flag)
656 poss[cnt].x = nx;
657 poss[cnt].y = ny;
hack.shk.c 948 coord poss[9]; local in function:shk_move
1037 cnt = mfndpos(shkp, poss, info, ALLOW_SSM);
1049 nx = poss[i].x;
1050 ny = poss[i].y;

Completed in 13 milliseconds