Searched refs:FPC_SAME (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | main.c | 3231 (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 D | arglist.c | 514 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 D | help.c | 791 fullpathcmp(rt, NameBuff, FALSE, TRUE) != FPC_SAME) in fix_help_buffer() 1008 dir, FALSE, TRUE) == FPC_SAME) in helptags_one()
|
| H A D | gui.c | 617 (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 D | spell.c | 2056 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 D | filepath.c | 2763 return FPC_SAME; in fullpathcmp() 2798 retval = FPC_SAME; in fullpathcmp()
|
| H A D | vim.h | 1048 #define FPC_SAME 1 // both exist and are the same file. macro
|
| H A D | if_cscope.c | 1348 (char_u *)fname, FALSE, TRUE) & FPC_SAME) in cs_insert_filelist()
|
| H A D | spellfile.c | 1759 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 D | tag.c | 3802 retval = (fullpathcmp(fullname, buf_ffname, TRUE, TRUE) & FPC_SAME); in test_for_current()
|
| H A D | search.c | 3453 & FPC_SAME) in find_pattern_in_path()
|
| H A D | memline.c | 1996 if (fullpathcmp(p, files[i], TRUE, FALSE) & FPC_SAME) in recover_names()
|