Searched refs:place_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 Dmail.c328 place_monster(md,fx,fy); /* put md down */
338 place_monster(mon, fx, fy);
349 place_monster(md, fx, fy); /* display md with text below */
356 place_monster(mon, fx, fy);
362 place_monster(md, fx, fy); /* place at final spot */
H A Dvault.c80 place_monster(grd, 0, 0);
598 place_monster(grd, m, n);
607 place_monster(grd, x, y);
719 place_monster(grd, 0, 0);
734 place_monster(grd, nx, ny);
H A Dmhitm.c520 place_monster(magr, dx, dy);
535 place_monster(magr, dx, dy);
539 place_monster(mdef, dx, dy);
546 place_monster(magr, ax, ay);
547 place_monster(mdef, dx, dy);
1137 mdef->mhp = 1; /* otherwise place_monster will complain */
1138 place_monster(mdef, mdef->mx, mdef->my);
H A Dsteed.c544 place_monster(mtmp, u.ux, u.uy);
624 place_monster(mon, x, y) function
H A Ddogmove.c747 place_monster(mtmp, nix, niy);
787 place_monster(mtmp, cc.x, cc.y);
H A Dmuse.c751 place_monster(mtmp, trapx, trapy);
840 place_monster(mtmp, trapx, trapy);
1808 place_monster(mtmp, trapx, trapy);
H A Dmakemon.c728 place_monster(m2, m2->mx, m2->my);
951 place_monster(mtmp, x, y);
H A Ddbridge.c663 place_monster(etmp->emon, newx, newy);
H A Dpriest.c96 place_monster(mtmp, nix, niy);
H A Drestore.c576 * place_monster() on other levels
840 place_monster(mtmp, mtmp->mx, mtmp->my);
H A Dteleport.c954 place_monster(mtmp, x, y); /* put monster down */
H A Dmhitu.c365 place_monster(mtmp, u.ux, u.uy);
1642 place_monster(mtmp, u.ux, u.uy);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c328 place_monster(md,fx,fy); /* put md down */
338 place_monster(mon, fx, fy);
349 place_monster(md, fx, fy); /* display md with text below */
356 place_monster(mon, fx, fy);
362 place_monster(md, fx, fy); /* place at final spot */
H A Dvault.c80 place_monster(grd, 0, 0);
598 place_monster(grd, m, n);
607 place_monster(grd, x, y);
719 place_monster(grd, 0, 0);
734 place_monster(grd, nx, ny);
H A Dmhitm.c520 place_monster(magr, dx, dy);
535 place_monster(magr, dx, dy);
539 place_monster(mdef, dx, dy);
546 place_monster(magr, ax, ay);
547 place_monster(mdef, dx, dy);
1137 mdef->mhp = 1; /* otherwise place_monster will complain */
1138 place_monster(mdef, mdef->mx, mdef->my);
H A Dsteed.c544 place_monster(mtmp, u.ux, u.uy);
624 place_monster(mon, x, y) function
H A Ddogmove.c747 place_monster(mtmp, nix, niy);
787 place_monster(mtmp, cc.x, cc.y);
H A Dmuse.c751 place_monster(mtmp, trapx, trapy);
840 place_monster(mtmp, trapx, trapy);
1808 place_monster(mtmp, trapx, trapy);
H A Dmakemon.c728 place_monster(m2, m2->mx, m2->my);
951 place_monster(mtmp, x, y);
H A Ddbridge.c663 place_monster(etmp->emon, newx, newy);
H A Dpriest.c96 place_monster(mtmp, nix, niy);
H A Drestore.c576 * place_monster() on other levels
840 place_monster(mtmp, mtmp->mx, mtmp->my);
H A Dteleport.c954 place_monster(mtmp, x, y); /* put monster down */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h516 #define place_monster(m,x,y) ((m)->mx=(x),(m)->my=(y),\ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h516 #define place_monster(m,x,y) ((m)->mx=(x),(m)->my=(y),\ macro

Completed in 314 milliseconds

12