Home
last modified time | relevance | path

Searched refs:m_id (Results 1 – 6 of 6) sorted by relevance

/dragonfly/games/hack/
H A Dhack.save.c121 bwrite(fd, &(u.ustuck->m_id), sizeof u.ustuck->m_id); in dosave0()
223 if (mtmp->m_id == mid) in dorecover()
292 if (!mtmp->m_id) in restmonchn()
293 mtmp->m_id = flags.ident++; in restmonchn()
H A Dhack.steal.c118 if (mtmp->m_id == stealmid) { in stealarm()
197 stealmid = mtmp->m_id; in steal()
H A Ddef.monst.h69 unsigned m_id; member
H A Dhack.bones.c115 mtmp->m_id = 0; in savebones()
H A Dhack.makemon.c120 mtmp->m_id = flags.ident++; in makemon()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dalloc-pool.h205 ALLOC_POOL_ID_TYPE m_id; variable
241 m_name (name), m_id (0), m_elts_per_block (0), m_returned_free_list (NULL), in base_pool_allocator()
293 m_id = last_id; in initialize()
417 allocation_object::get_instance (header)->id = m_id; in allocate()
439 gcc_assert (m_id == allocation_object::get_instance (object)->id); in remove()