Searched refs:do_map (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | map.pro | 5 int do_map(int maptype, char_u *arg, int mode, int abbrev);
|
| /vim-8.2.3635/src/ |
| H A D | map.c | 327 do_map( in do_map() function 2418 do_map(1, arg, mode, is_abbr); in f_mapset() 2548 (void)do_map(0, s, mode, FALSE); in add_map() 2755 switch (do_map((*cmdp == 'n') ? 2 : (*cmdp == 'u'), in do_exmap()
|
| H A D | digraph.c | 2682 (void)do_map(2, buf, LANGMAP, FALSE); in ex_loadkeymap() 2713 (void)do_map(1, buf, LANGMAP, FALSE); in keymap_unload()
|
| H A D | netbeans.c | 2329 do_map(0, (char_u *)cmdbuf, NORMAL, FALSE); in special_keys()
|