Home
last modified time | relevance | path

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

/vim-8.2.3635/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.h2777 mapblock_T *(b_maphash[256]); member