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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c258 m_to_e(mtmp, x, y, etmp)
261 struct entity *etmp;
263 etmp->emon = mtmp;
265 etmp->ex = x;
266 etmp->ey = y;
268 etmp->edata = &mons[PM_LONG_WORM_TAIL];
270 etmp->edata = mtmp->data;
272 etmp->edata = (struct permonst *)0;
276 u_to_e(etmp)
277 struct entity *etmp;
293 m_to_e(m_at(x, y), x, y, etmp); local
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c258 m_to_e(mtmp, x, y, etmp)
261 struct entity *etmp;
263 etmp->emon = mtmp;
265 etmp->ex = x;
266 etmp->ey = y;
268 etmp->edata = &mons[PM_LONG_WORM_TAIL];
270 etmp->edata = mtmp->data;
272 etmp->edata = (struct permonst *)0;
276 u_to_e(etmp)
277 struct entity *etmp;
293 m_to_e(m_at(x, y), x, y, etmp); local
[all...]

Completed in 86 milliseconds