Searched refs:mtrack (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.monst.h73 coord mtrack[MTSZ]; /* monster track */ member in struct:monst
H A Dhack.dog.c430 if (nx == mtmp->mtrack[j].x && ny == mtmp->mtrack[j].y)
463 mtmp->mtrack[j] = mtmp->mtrack[j - 1];
464 mtmp->mtrack[0].x = omx;
465 mtmp->mtrack[0].y = omy;
H A Dhack.mon.c474 if (nx == mtmp->mtrack[j].x && ny == mtmp->mtrack[j].y)
514 mtmp->mtrack[j] = mtmp->mtrack[j - 1];
515 mtmp->mtrack[0].x = omx;
516 mtmp->mtrack[0].y = omy;

Completed in 59 milliseconds