Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xim.c860 const char *mods_end; in im_string_to_keyval() local
864 mods_end = strrchr(str, '-'); in im_string_to_keyval()
865 mods_end = (mods_end != NULL) ? mods_end + 1 : str; in im_string_to_keyval()
868 while (str < mods_end) in im_string_to_keyval()