Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmap.c34 #define MAP_HASH(mode, c1) (((mode) & (NORMAL + VISUAL + SELECTMODE + OP_PENDING + TERMINAL)) ? (c1… macro
42 return maphash[MAP_HASH(state, c)]; in get_maphash_list()
51 return curbuf->b_maphash[MAP_HASH(state, c)]; in get_buf_maphash_list()
279 int n = MAP_HASH(mp->m_mode, mp->m_keys[0]); in map_add()
793 new_hash = MAP_HASH(mp->m_mode, mp->m_keys[0]); in do_map()
975 new_hash = MAP_HASH(mp->m_mode, mp->m_keys[0]); in map_clear_int()