Home
last modified time | relevance | path

Searched refs:m_next (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmap.c86 *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 …]
H A Dstructs.h463 minfo_T *m_next; // pointer to next free chunk in the list member
1238 mapblock_T *m_next; // next mapblock in list member
H A Dgetchar.c2465 mp->m_next == NULL ? (mp = mp2, mp2 = NULL) : (mp = mp->m_next)) in handle_mapping()