Lines Matching refs:m_next
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()
598 for ( ; mp != NULL && !got_int; mp = mp->m_next) in do_map()
634 for ( ; mp != NULL && !got_int; mp = mp->m_next) in do_map()
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()
797 mp->m_next = map_table[new_hash]; in do_map()
804 mpp = &(mp->m_next); in do_map()
978 *mpp = mp->m_next; in map_clear_int()
981 mp->m_next = buf->b_maphash[new_hash]; in map_clear_int()
986 mp->m_next = maphash[new_hash]; in map_clear_int()
992 mpp = &(mp->m_next); in map_clear_int()
1075 for (; mp; mp = mp->m_next) in map_to_exists_mode()
1320 for (; mp; mp = mp->m_next) in ExpandMappings()
1485 for ( ; mp; mp->m_next == NULL in check_abbr()
1486 ? (mp = mp2, mp2 = NULL) : (mp = mp->m_next)) in check_abbr()
1759 for ( ; mp; mp = mp->m_next) in makemap()
2078 for ( ; mp != NULL; mp = mp->m_next) in check_map_keycodes()
2154 for ( ; mp != NULL; mp = mp->m_next) in check_map()