Searched refs:p_fic (Results 1 – 9 of 9) sorted by relevance
2963 if (p_fic) in vim_fnamecmp()2983 || ((p_fic ? MB_TOLOWER(cx) != MB_TOLOWER(cy) : cx != cy) in vim_fnamencmp()2995 if (p_fic) in vim_fnamencmp()3637 || (!p_fic && (flags & EW_ICASE) in unix_expandpath()3682 regmatch.rm_ic = p_fic; // ignore case when 'fileignorecase' is set in unix_expandpath()4130 if ((p_fic ? MB_TOUPPER(c1) != MB_TOUPPER(c2) : c1 != c2) in pathcmp()4142 return p_fic ? MB_TOUPPER(c1) - MB_TOUPPER(c2) in pathcmp()
567 EXTERN long p_fic; // 'fileignorecase' variable
431 regmatch.rm_ic = p_fic; // ignore case when 'fileignorecase' is set in do_arglist()
3725 if (p_fic && STRCMP(gettail(from), gettail(to)) != 0) in vim_rename()5355 regmatch.rm_ic = p_fic; // ignore case if 'fileignorecase' is set in match_file_pat()
1342 if ((p_fic ? MB_TOLOWER(c1) != MB_TOLOWER(c2) : c1 != c2) in ff_wc_equal()
440 if (p_fic && (xp->xp_context == EXPAND_DIRECTORIES in ExpandOne()
3015 ins_compl_add_matches(num_matches, matches, p_fic || p_wic); in ins_compl_get_exp()
955 (char_u *)&p_fic, PV_NONE,
2873 rmp->rm_ic = p_fic || ignore_case; in fname_match()