Searched refs:bypos (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwizard.c428 coord bypos; local
437 bypos.x = u.ux;
438 bypos.y = u.uy;
452 !enexto(&bypos, mcast->mux, mcast->muy, &mons[makeindex]))
455 bypos.x, bypos.y, NO_MM_FLAGS)) != 0) {
460 bypos.x, bypos.y, NO_MM_FLAGS);
H A Dmcastu.c544 coord bypos; local
551 if (!enexto(&bypos, mtmp->mux, mtmp->muy, mtmp->data))
554 (mtmp2 = makemon(pm, bypos.x, bypos.y, NO_MM_FLAGS)) != 0) {
H A Dmakemon.c849 coord bypos; local
851 if(enexto_core(&bypos, u.ux, u.uy, ptr, gpflags)) {
852 x = bypos.x;
853 y = bypos.y;
861 coord bypos; local
862 if(enexto_core(&bypos, x, y, ptr, gpflags)) {
863 x = bypos.x;
864 y = bypos.y;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwizard.c428 coord bypos; local
437 bypos.x = u.ux;
438 bypos.y = u.uy;
452 !enexto(&bypos, mcast->mux, mcast->muy, &mons[makeindex]))
455 bypos.x, bypos.y, NO_MM_FLAGS)) != 0) {
460 bypos.x, bypos.y, NO_MM_FLAGS);
H A Dmcastu.c544 coord bypos; local
551 if (!enexto(&bypos, mtmp->mux, mtmp->muy, mtmp->data))
554 (mtmp2 = makemon(pm, bypos.x, bypos.y, NO_MM_FLAGS)) != 0) {
H A Dmakemon.c849 coord bypos; local
851 if(enexto_core(&bypos, u.ux, u.uy, ptr, gpflags)) {
852 x = bypos.x;
853 y = bypos.y;
861 coord bypos; local
862 if(enexto_core(&bypos, x, y, ptr, gpflags)) {
863 x = bypos.x;
864 y = bypos.y;

Completed in 89 milliseconds