Lines Matching refs:map_table
209 mapblock_T **map_table, in map_add() argument
234 if (map_table == curbuf->b_maphash) in map_add()
281 mp->m_next = map_table[n]; in map_add()
282 map_table[n] = mp; in map_add()
349 mapblock_T **map_table; in do_map() local
362 map_table = maphash; in do_map()
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()
678 mpp = &(map_table[hash]); in do_map()
692 showmap(mp, map_table != maphash); in do_map()
732 showmap(mp, map_table != maphash); in do_map()
797 mp->m_next = map_table[new_hash]; in do_map()
798 map_table[new_hash] = mp; in do_map()
817 if (map_table == curbuf->b_maphash) in do_map()
842 if (map_add(map_table, abbr_table, keys, rhs, orig_rhs, in do_map()
2348 mapblock_T **map_table = maphash; in f_mapset() local
2399 map_table = curbuf->b_maphash; in f_mapset()
2421 (void)map_add(map_table, abbr_table, lhsraw, rhs, orig_rhs, noremap, in f_mapset()
2424 (void)map_add(map_table, abbr_table, lhsrawalt, rhs, orig_rhs, noremap, in f_mapset()