Searched refs:fullpathcmp (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | main.c | 3230 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 D | arglist.c | 512 || !(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 D | help.c | 791 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 D | gui.c | 616 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 D | spell.c | 2056 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 D | if_cscope.c | 1347 && ((fullpathcmp((char_u *)csinfo[j].fname, 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 | filepath.c | 2727 fullpathcmp( in fullpathcmp() function
|
| H A D | tag.c | 3802 retval = (fullpathcmp(fullname, buf_ffname, TRUE, TRUE) & FPC_SAME); in test_for_current()
|
| H A D | search.c | 3452 if (fullpathcmp(new_fname, files[i].name, TRUE, TRUE) in find_pattern_in_path()
|
| H A D | memline.c | 1996 if (fullpathcmp(p, files[i], TRUE, FALSE) & FPC_SAME) in recover_names()
|
| /vim-8.2.3635/src/proto/ |
| H A D | filepath.pro | 38 int fullpathcmp(char_u *s1, char_u *s2, int checkname, int expandenv);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 13775 Solution: Use fullpathcmp() instead of fnamecmp() to compare the directory
|