Lines Matching refs:abbr_table
210 mapblock_T **abbr_table, in map_add() argument
274 mp->m_next = *abbr_table; in map_add()
275 *abbr_table = mp; in map_add()
348 mapblock_T **abbr_table; in do_map() local
363 abbr_table = &first_abbr; in do_map()
380 abbr_table = &curbuf->b_first_abbr; in do_map()
675 mpp = abbr_table; in do_map()
842 if (map_add(map_table, abbr_table, keys, rhs, orig_rhs, in do_map()
2349 mapblock_T **abbr_table = &first_abbr; in f_mapset() local
2400 abbr_table = &curbuf->b_first_abbr; 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()