Home
last modified time | relevance | path

Searched refs:modechars (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmap.pro7 int mode_str2flags(char_u *modechars);
8 int map_to_exists(char_u *str, char_u *modechars, int abbr);
/vim-8.2.3635/src/
H A Dmap.c999 mode_str2flags(char_u *modechars) in mode_str2flags() argument
1003 if (vim_strchr(modechars, 'n') != NULL) in mode_str2flags()
1005 if (vim_strchr(modechars, 'v') != NULL) in mode_str2flags()
1007 if (vim_strchr(modechars, 'x') != NULL) in mode_str2flags()
1009 if (vim_strchr(modechars, 's') != NULL) in mode_str2flags()
1011 if (vim_strchr(modechars, 'o') != NULL) in mode_str2flags()
1013 if (vim_strchr(modechars, 'i') != NULL) in mode_str2flags()
1015 if (vim_strchr(modechars, 'l') != NULL) in mode_str2flags()
1017 if (vim_strchr(modechars, 'c') != NULL) in mode_str2flags()
1029 map_to_exists(char_u *str, char_u *modechars, int abbr) in map_to_exists() argument
[all …]