Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmap.pro7 int mode_str2flags(char_u *modechars);
/vim-8.2.3635/src/
H A Dmap.c999 mode_str2flags(char_u *modechars) in mode_str2flags() function
1037 retval = map_to_exists_mode(rhs, mode_str2flags(modechars), abbr); in map_to_exists()
H A Dpopupwin.c915 wp->w_filter_mode = mode_str2flags(str); in apply_general_options()