Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c2963 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()
H A Doption.h567 EXTERN long p_fic; // 'fileignorecase' variable
H A Darglist.c431 regmatch.rm_ic = p_fic; // ignore case when 'fileignorecase' is set in do_arglist()
H A Dfileio.c3725 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()
H A Dfindfile.c1342 if ((p_fic ? MB_TOLOWER(c1) != MB_TOLOWER(c2) : c1 != c2) in ff_wc_equal()
H A Dcmdexpand.c440 if (p_fic && (xp->xp_context == EXPAND_DIRECTORIES in ExpandOne()
H A Dinsexpand.c3015 ins_compl_add_matches(num_matches, matches, p_fic || p_wic); in ins_compl_get_exp()
H A Doptiondefs.h955 (char_u *)&p_fic, PV_NONE,
H A Dbuffer.c2873 rmp->rm_ic = p_fic || ignore_case; in fname_match()