Home
last modified time | relevance | path

Searched refs:FPC_SAME (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dmain.c3231 (char_u *)VIMRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3234 (char_u *)VIMRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3238 (char_u *)VIMRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3242 (char_u *)VIMRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3257 (char_u *)EXRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3260 (char_u *)EXRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
H A Darglist.c514 win->w_buffer->b_ffname, TRUE, TRUE) & FPC_SAME)))); in editing_arg_idx()
536 win->w_buffer->b_ffname, TRUE, TRUE) & FPC_SAME)))) in check_arg_idx()
979 buf->b_ffname, TRUE, TRUE) & FPC_SAME)) in do_arg_all()
H A Dhelp.c791 fullpathcmp(rt, NameBuff, FALSE, TRUE) != FPC_SAME) in fix_help_buffer()
1008 dir, FALSE, TRUE) == FPC_SAME) in helptags_one()
H A Dgui.c617 (char_u *)GVIMRC_FILE, FALSE, TRUE) != FPC_SAME in gui_init()
620 (char_u *)GVIMRC_FILE, FALSE, TRUE) != FPC_SAME in gui_init()
624 (char_u *)GVIMRC_FILE, FALSE, TRUE) != FPC_SAME in gui_init()
628 (char_u *)GVIMRC_FILE, FALSE, TRUE) != FPC_SAME in gui_init()
632 (char_u *)GVIMRC_FILE, FALSE, TRUE) != FPC_SAME in gui_init()
H A Dspell.c2056 if (fullpathcmp(lang, slang->sl_fname, FALSE, TRUE) == FPC_SAME) in did_set_spelllang()
2109 == FPC_SAME in did_set_spelllang()
2178 == FPC_SAME) in did_set_spelllang()
2188 == FPC_SAME) in did_set_spelllang()
H A Dfilepath.c2763 return FPC_SAME; in fullpathcmp()
2798 retval = FPC_SAME; in fullpathcmp()
H A Dvim.h1048 #define FPC_SAME 1 // both exist and are the same file. macro
H A Dif_cscope.c1348 (char_u *)fname, FALSE, TRUE) & FPC_SAME) in cs_insert_filelist()
H A Dspellfile.c1759 if (fullpathcmp(fname, slang->sl_fname, FALSE, TRUE) == FPC_SAME) in spell_reload_one()
5474 if (fullpathcmp(wfname, slang->sl_fname, FALSE, TRUE) == FPC_SAME) in spell_make_sugfile()
H A Dtag.c3802 retval = (fullpathcmp(fullname, buf_ffname, TRUE, TRUE) & FPC_SAME); in test_for_current()
H A Dsearch.c3453 & FPC_SAME) in find_pattern_in_path()
H A Dmemline.c1996 if (fullpathcmp(p, files[i], TRUE, FALSE) & FPC_SAME) in recover_names()