Home
last modified time | relevance | path

Searched refs:map_clear_int (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmap.pro6 void map_clear_int(buf_T *buf, int mode, int local, int abbr);
/vim-8.2.3635/src/
H A Dmap.c926 map_clear_int(curbuf, mode, local, abbr); in map_clear()
933 map_clear_int( in map_clear_int() function
H A Dbuffer.c1006 map_clear_int(buf, MAP_ALL_MODES, TRUE, FALSE); // clear local mappings in free_buffer_stuff()
1007 map_clear_int(buf, MAP_ALL_MODES, TRUE, TRUE); // clear local abbrevs in free_buffer_stuff()