Searched refs:fx (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c283 int fx = md->mx, fy = md->my; /* current location */ local
284 int nfx = fx, nfy = fy, /* new location */
288 * It is possible that the monster at (fx,fy) is not the md when:
291 if (m_at(fx, fy) == md) {
292 remove_monster(fx, fy); /* pick up from orig position */
293 newsym(fx, fy);
301 /* Find a good location next to (fx,fy) closest to (tx,ty). */
302 d1 = dist2(fx,fy,tx,ty);
304 if ((dx || dy) && isok(fx+dx,fy+dy) &&
305 !IS_STWALL(levl[fx
[all...]
H A Dvault.c32 fcx = EGD(grd)->fakecorr[fcbeg].fx;
96 if(x == EGD(grd)->fakecorr[fci].fx &&
319 EGD(guard)->fakecorr[0].fx = x;
543 levl[egrd->fakecorr[0].fx][egrd->fakecorr[0].fy].typ
569 if(g_at(egrd->fakecorr[fci].fx, egrd->fakecorr[fci].fy)){
570 m = egrd->fakecorr[fci].fx;
698 fcp->fx = nx;
H A Ddogmove.c815 can_reach_location(mon, mx, my, fx, fy)
817 xchar mx, my, fx, fy;
822 if (mx == fx && my == fy) return TRUE;
825 dist = dist2(mx, my, fx, fy);
830 if (dist2(i, j, fx, fy) >= dist)
840 if (can_reach_location(mon, i, j, fx, fy))
H A Dsp_lev.c1176 create_feature(fx, fy, croom, typ)
1177 int fx, fy;
1184 x = fx; y = fy;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c283 int fx = md->mx, fy = md->my; /* current location */ local
284 int nfx = fx, nfy = fy, /* new location */
288 * It is possible that the monster at (fx,fy) is not the md when:
291 if (m_at(fx, fy) == md) {
292 remove_monster(fx, fy); /* pick up from orig position */
293 newsym(fx, fy);
301 /* Find a good location next to (fx,fy) closest to (tx,ty). */
302 d1 = dist2(fx,fy,tx,ty);
304 if ((dx || dy) && isok(fx+dx,fy+dy) &&
305 !IS_STWALL(levl[fx
[all...]
H A Dvault.c32 fcx = EGD(grd)->fakecorr[fcbeg].fx;
96 if(x == EGD(grd)->fakecorr[fci].fx &&
319 EGD(guard)->fakecorr[0].fx = x;
543 levl[egrd->fakecorr[0].fx][egrd->fakecorr[0].fy].typ
569 if(g_at(egrd->fakecorr[fci].fx, egrd->fakecorr[fci].fy)){
570 m = egrd->fakecorr[fci].fx;
698 fcp->fx = nx;
H A Ddogmove.c815 can_reach_location(mon, mx, my, fx, fy)
817 xchar mx, my, fx, fy;
822 if (mx == fx && my == fy) return TRUE;
825 dist = dist2(mx, my, fx, fy);
830 if (dist2(i, j, fx, fy) >= dist)
840 if (can_reach_location(mon, i, j, fx, fy))
H A Dsp_lev.c1176 create_feature(fx, fy, croom, typ)
1177 int fx, fy;
1184 x = fx; y = fy;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvault.h10 xchar fx,fy,ftyp; member in struct:fakecorridor
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvault.h10 xchar fx,fy,ftyp; member in struct:fakecorridor

Completed in 83 milliseconds