Searched refs:m_next (Results 1 – 3 of 3) sorted by relevance
86 *mpp = mp->m_next; in map_free()274 mp->m_next = *abbr_table; in map_add()281 mp->m_next = map_table[n]; in map_add()685 mpp = &(mp->m_next); in do_map()720 mpp = &(mp->m_next); in do_map()738 mpp = &(mp->m_next); in do_map()796 *mpp = mp->m_next; in do_map()804 mpp = &(mp->m_next); in do_map()978 *mpp = mp->m_next; in map_clear_int()992 mpp = &(mp->m_next); in map_clear_int()[all …]
463 minfo_T *m_next; // pointer to next free chunk in the list member1238 mapblock_T *m_next; // next mapblock in list member
2465 mp->m_next == NULL ? (mp = mp2, mp2 = NULL) : (mp = mp->m_next)) in handle_mapping()