Searched refs:fcy (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dvault.c26 register int fcx, fcy, fcbeg; local
33 fcy = EGD(grd)->fakecorr[fcbeg].fy;
37 if((u.ux == fcx && u.uy == fcy && grd->mhp > 0)
38 || (!forceshow && couldsee(fcx,fcy))
40 && uball->ox == fcx && uball->oy == fcy))
43 if ((mtmp = m_at(fcx,fcy)) != 0) {
50 levl[fcx][fcy].typ = EGD(grd)->fakecorr[fcbeg].ftyp;
51 map_location(fcx, fcy, 1); /* bypass vision */
52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dvault.c26 register int fcx, fcy, fcbeg; local
33 fcy = EGD(grd)->fakecorr[fcbeg].fy;
37 if((u.ux == fcx && u.uy == fcy && grd->mhp > 0)
38 || (!forceshow && couldsee(fcx,fcy))
40 && uball->ox == fcx && uball->oy == fcy))
43 if ((mtmp = m_at(fcx,fcy)) != 0) {
50 levl[fcx][fcy].typ = EGD(grd)->fakecorr[fcbeg].ftyp;
51 map_location(fcx, fcy, 1); /* bypass vision */
52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
[all...]

Completed in 86 milliseconds