Searched refs:map_clear_int (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | map.pro | 6 void map_clear_int(buf_T *buf, int mode, int local, int abbr);
|
| /vim-8.2.3635/src/ |
| H A D | map.c | 926 map_clear_int(curbuf, mode, local, abbr); in map_clear() 933 map_clear_int( in map_clear_int() function
|
| H A D | buffer.c | 1006 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()
|