Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dmap.c234 if (map_table == curbuf->b_maphash) in map_add()
379 map_table = curbuf->b_maphash; in do_map()
633 mp = curbuf->b_maphash[hash]; in do_map()
959 mpp = &buf->b_maphash[hash]; in map_clear_int()
982 buf->b_maphash[new_hash] = mp; in map_clear_int()
1072 mp = curbuf->b_maphash[hash]; in map_to_exists_mode()
1317 mp = curbuf->b_maphash[hash]; in ExpandMappings()
1754 mp = buf->b_maphash[hash]; in makemap()
2074 mp = bp->b_maphash[hash]; in check_map_keycodes()
2151 mp = curbuf->b_maphash[hash]; in check_map()
[all …]
H A Dstructs.h2779 mapblock_T *(b_maphash[256]); member
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dgetchar.c2842 map_table = buf->b_maphash; in buf_do_map()
2956 mp = buf->b_maphash[hash]; in buf_do_map()
3082 if (map_table == buf->b_maphash) { in buf_do_map()
3111 if (map_table == buf->b_maphash) { in buf_do_map()
3331 mpp = &buf->b_maphash[hash]; in map_clear_int()
3351 mp->m_next = buf->b_maphash[new_hash]; in map_clear_int()
3352 buf->b_maphash[new_hash] = mp; in map_clear_int()
3552 mp = curbuf->b_maphash[hash]; in map_to_exists_mode()
3699 mp = curbuf->b_maphash[hash]; in ExpandMappings()
4062 mp = buf->b_maphash[hash]; in makemap()
[all …]
H A Dbuffer_defs.h615 mapblock_T *(b_maphash[MAX_MAPHASH]); member