Searched refs:mods_end (Results 1 – 1 of 1) sorted by relevance
860 const char *mods_end; in im_string_to_keyval() local864 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()