Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmap.pro8 int map_to_exists(char_u *str, char_u *modechars, int abbr);
/vim-8.2.3635/src/
H A Dmap.c1029 map_to_exists(char_u *str, char_u *modechars, int abbr) in map_to_exists() function
H A Devalfunc.c6254 if (map_to_exists(name, mode, abbr)) in f_hasmapto()