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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c284 int nfx = fx, nfy = fy, /* new location */ local
309 nfx = fx+dx;
315 if (nfx == fx && nfy == fy) break;
317 fx = nfx; /* this is our new position */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c284 int nfx = fx, nfy = fy, /* new location */ local
309 nfx = fx+dx;
315 if (nfx == fx && nfy == fy) break;
317 fx = nfx; /* this is our new position */

Completed in 29 milliseconds