Searched refs:remove_monster (Results 1 - 25 of 38) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dworm.c155 remove_monster(curr->wx, curr->wy);
380 remove_monster(x, y); /* clone_mon puts new head here */
560 * This function is equivalent to the remove_monster #define in
574 remove_monster(curr->wx, curr->wy);
H A Dvault.c78 remove_monster(grd->mx, grd->my);
596 remove_monster(grd->mx, grd->my);
605 remove_monster(grd->mx, grd->my);
717 remove_monster(grd->mx, grd->my);
733 remove_monster(grd->mx, grd->my);
H A Dmail.c292 remove_monster(fx, fy); /* pick up from orig position */
340 remove_monster(fx, fy);
H A Ddogmove.c746 remove_monster(omx, omy);
786 remove_monster(mtmp->mx, mtmp->my);
H A Dsteed.c341 remove_monster(mtmp->mx, mtmp->my);
H A Dmhitm.c519 remove_monster(ax, ay);
531 * Note: remove_monster() was called in relmon(), wiping out
1136 remove_monster(mdef->mx, mdef->my);
H A Dmon.c1324 remove_monster(mon->mx, mon->my);
1345 remove_monster(mtmp->mx, mtmp->my);
1969 remove_monster(x, y);
H A Dmuse.c749 remove_monster(mtmp->mx, mtmp->my);
838 remove_monster(mtmp->mx, mtmp->my);
1806 remove_monster(mtmp->mx, mtmp->my);
H A Ddbridge.c662 remove_monster(etmp->ex, etmp->ey);
H A Dpriest.c95 remove_monster(omx, omy);
H A Drestore.c475 remove_monster(mtmp->mx, mtmp->my);
H A Dteleport.c949 remove_monster(oldx, oldy);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dworm.c155 remove_monster(curr->wx, curr->wy);
380 remove_monster(x, y); /* clone_mon puts new head here */
560 * This function is equivalent to the remove_monster #define in
574 remove_monster(curr->wx, curr->wy);
H A Dvault.c78 remove_monster(grd->mx, grd->my);
596 remove_monster(grd->mx, grd->my);
605 remove_monster(grd->mx, grd->my);
717 remove_monster(grd->mx, grd->my);
733 remove_monster(grd->mx, grd->my);
H A Dmail.c292 remove_monster(fx, fy); /* pick up from orig position */
340 remove_monster(fx, fy);
H A Ddogmove.c746 remove_monster(omx, omy);
786 remove_monster(mtmp->mx, mtmp->my);
H A Dsteed.c341 remove_monster(mtmp->mx, mtmp->my);
H A Dmhitm.c519 remove_monster(ax, ay);
531 * Note: remove_monster() was called in relmon(), wiping out
1136 remove_monster(mdef->mx, mdef->my);
H A Dmon.c1324 remove_monster(mon->mx, mon->my);
1345 remove_monster(mtmp->mx, mtmp->my);
1969 remove_monster(x, y);
H A Dmuse.c749 remove_monster(mtmp->mx, mtmp->my);
838 remove_monster(mtmp->mx, mtmp->my);
1806 remove_monster(mtmp->mx, mtmp->my);
H A Ddbridge.c662 remove_monster(etmp->ex, etmp->ey);
H A Dpriest.c95 remove_monster(omx, omy);
H A Drestore.c475 remove_monster(mtmp->mx, mtmp->my);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h520 #define remove_monster(x,y) level.monsters[x][y] = (struct monst *)0 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h520 #define remove_monster(x,y) level.monsters[x][y] = (struct monst *)0 macro

Completed in 509 milliseconds

12