Searched refs:p_csl (Results 1 – 6 of 6) sorted by relevance
1994 if (p_csl[0] != NUL && (options & WILD_IGNORE_COMPLETESLASH) == 0) in ExpandFromContext()2004 if (p_csl[0] == 's' && *ptr == '\\') in ExpandFromContext()2006 else if (p_csl[0] == 'b' && *ptr == '/') in ExpandFromContext()
1896 else if (gvarp == &p_csl) in did_set_string_option()1898 if (check_opt_strings(p_csl, p_csl_values, FALSE) != OK in did_set_string_option()
506 EXTERN char_u *p_csl; // 'completeslash' variable
3670 char_u *p_csl_save = p_csl; in f_expand()3682 p_csl = empty_option; in f_expand()3737 p_csl = p_csl_save; in f_expand()
711 (char_u *)&p_csl, PV_CSL,
5947 buf->b_p_csl = vim_strsave(p_csl); in buf_copy_options()