Searched refs:maketrap (Results 1 - 24 of 24) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmklev.c486 ttmp = maketrap(xx, yy+dy, trap_type);
768 (void) maketrap(x, y, WEB);
1265 (void) maketrap(m.x, m.y, kind);
1519 ttmp = maketrap(x, y, FIRE_TRAP);
H A Dmusic.c276 do_pit: chasm = maketrap(x,y,PIT);
H A Dmkmaze.c457 (void)maketrap(x, y, rn2(3) ? LANDMINE : SPIKED_PIT);
889 register struct trap *ttmp = maketrap(x, y, MAGIC_PORTAL);
H A Dpolyself.c897 ttmp = maketrap(u.ux, u.uy, WEB);
H A Ddig.c524 /* maketrap() might change it, also, in this situation,
532 ttmp = maketrap(x, y, ttyp);
H A Dtrap.c234 maketrap(x,y,typ) function
3130 struct trap *ttmp2 = maketrap(u.ux, u.uy, WEB);
H A Dmuse.c664 ttmp = maketrap(mtmp->mx, mtmp->my, HOLE);
H A Dobjnam.c2318 (void) maketrap(u.ux, u.uy, trap);
H A Dapply.c2086 ttmp = maketrap(u.ux, u.uy, ttyp);
H A Dsp_lev.c2620 (void) maketrap(mm.x, mm.y, trytrap);
H A Dzap.c3596 ttmp = maketrap(x, y, PIT);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmklev.c486 ttmp = maketrap(xx, yy+dy, trap_type);
768 (void) maketrap(x, y, WEB);
1265 (void) maketrap(m.x, m.y, kind);
1519 ttmp = maketrap(x, y, FIRE_TRAP);
H A Dmusic.c276 do_pit: chasm = maketrap(x,y,PIT);
H A Dmkmaze.c457 (void)maketrap(x, y, rn2(3) ? LANDMINE : SPIKED_PIT);
889 register struct trap *ttmp = maketrap(x, y, MAGIC_PORTAL);
H A Dpolyself.c897 ttmp = maketrap(u.ux, u.uy, WEB);
H A Ddig.c524 /* maketrap() might change it, also, in this situation,
532 ttmp = maketrap(x, y, ttyp);
H A Dtrap.c234 maketrap(x,y,typ) function
3130 struct trap *ttmp2 = maketrap(u.ux, u.uy, WEB);
H A Dmuse.c664 ttmp = maketrap(mtmp->mx, mtmp->my, HOLE);
H A Dobjnam.c2318 (void) maketrap(u.ux, u.uy, trap);
H A Dapply.c2086 ttmp = maketrap(u.ux, u.uy, ttyp);
H A Dsp_lev.c2620 (void) maketrap(mm.x, mm.y, trytrap);
H A Dzap.c3596 ttmp = maketrap(x, y, PIT);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h2003 E struct trap *FDECL(maketrap, (int,int,int));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h2003 E struct trap *FDECL(maketrap, (int,int,int));

Completed in 402 milliseconds