Home
last modified time | relevance | path

Searched refs:fullpathcmp (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dmain.c3230 if (fullpathcmp((char_u *)USR_VIMRC_FILE, in source_startup_scripts()
3233 && fullpathcmp((char_u *)USR_VIMRC_FILE2, in source_startup_scripts()
3237 && fullpathcmp((char_u *)USR_VIMRC_FILE3, in source_startup_scripts()
3241 && fullpathcmp((char_u *)SYS_VIMRC_FILE, in source_startup_scripts()
3256 if ( fullpathcmp((char_u *)USR_EXRC_FILE, in source_startup_scripts()
3259 && fullpathcmp((char_u *)USR_EXRC_FILE2, in source_startup_scripts()
H A Darglist.c512 || !(fullpathcmp( in editing_arg_idx()
535 && (fullpathcmp(alist_name(&GARGLIST[GARGCOUNT - 1]), in check_arg_idx()
978 || fullpathcmp(alist_name(&AARGLIST(alist)[i]), in do_arg_all()
H A Dhelp.c791 fullpathcmp(rt, NameBuff, FALSE, TRUE) != FPC_SAME) in fix_help_buffer()
1007 if (add_help_tags || fullpathcmp((char_u *)"$VIMRUNTIME/doc", in helptags_one()
H A Dgui.c616 if ( fullpathcmp((char_u *)USR_GVIMRC_FILE, in gui_init()
619 && fullpathcmp((char_u *)SYS_GVIMRC_FILE, in gui_init()
623 && fullpathcmp((char_u *)USR_GVIMRC_FILE2, in gui_init()
627 && fullpathcmp((char_u *)USR_GVIMRC_FILE3, in gui_init()
631 && fullpathcmp((char_u *)USR_GVIMRC_FILE4, in gui_init()
H A Dspell.c2056 if (fullpathcmp(lang, slang->sl_fname, FALSE, TRUE) == FPC_SAME) in did_set_spelllang()
2108 if (filename ? fullpathcmp(lang, slang->sl_fname, FALSE, TRUE) in did_set_spelllang()
2177 if (p != NULL && fullpathcmp(spf_name, p, FALSE, TRUE) in did_set_spelllang()
2187 if (fullpathcmp(spf_name, slang->sl_fname, FALSE, TRUE) in did_set_spelllang()
H A Dif_cscope.c1347 && ((fullpathcmp((char_u *)csinfo[j].fname, 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 Dfilepath.c2727 fullpathcmp( in fullpathcmp() function
H A Dtag.c3802 retval = (fullpathcmp(fullname, buf_ffname, TRUE, TRUE) & FPC_SAME); in test_for_current()
H A Dsearch.c3452 if (fullpathcmp(new_fname, files[i].name, TRUE, TRUE) in find_pattern_in_path()
H A Dmemline.c1996 if (fullpathcmp(p, files[i], TRUE, FALSE) & FPC_SAME) in recover_names()
/vim-8.2.3635/src/proto/
H A Dfilepath.pro38 int fullpathcmp(char_u *s1, char_u *s2, int checkname, int expandenv);
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt13775 Solution: Use fullpathcmp() instead of fnamecmp() to compare the directory