Lines Matching refs:b_maphash
51 return curbuf->b_maphash[MAP_HASH(state, c)]; in get_buf_maphash_list()
234 if (map_table == curbuf->b_maphash) in map_add()
379 map_table = curbuf->b_maphash; in do_map()
584 if (unique && map_table == curbuf->b_maphash in do_map()
621 if (map_table != curbuf->b_maphash && !hasarg && maptype != 1) in do_map()
633 mp = curbuf->b_maphash[hash]; in do_map()
817 if (map_table == curbuf->b_maphash) in do_map()
959 mpp = &buf->b_maphash[hash]; in map_clear_int()
981 mp->m_next = buf->b_maphash[new_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()
2399 map_table = curbuf->b_maphash; in f_mapset()