Lines Matching refs:vim_strchr
620 if (vim_strchr(STL_ALL, *s) == NULL) in check_stl_option()
976 else if (vim_strchr(*varp, ',') != NULL) in did_set_string_option()
1296 if (vim_strchr((char_u *)COM_ALL, *s) == NULL in did_set_string_option()
1375 if (vim_strchr((char_u *)"!\"%'/:<@cfhnrs", *s) == NULL) in did_set_string_option()
1614 if (vim_strchr(*varp, '%') && check_stl_option(*varp) == NULL) in did_set_string_option()
1694 km_stopsel = (vim_strchr(p_km, 'o') != NULL); in did_set_string_option()
1695 km_startsel = (vim_strchr(p_km, 'a') != NULL); in did_set_string_option()
1851 if (vim_strchr((char_u *)".wbuksid]tU", *s) == NULL) in did_set_string_option()
2050 p = vim_strchr(*varp, ','); in did_set_string_option()
2121 if (vim_strchr((char_u *)CSQF_CMDS, *p) == NULL in did_set_string_option()
2123 || vim_strchr((char_u *)CSQF_FLAGS, p[1]) == NULL in did_set_string_option()
2363 if (vim_strchr(p, *s) == NULL) in did_set_string_option()