Home
last modified time | relevance | path

Searched refs:GETFILE_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer_defs.h48 #define GETFILE_SUCCESS(x) ((x) <= 0) macro
H A Dsearch.c5254 if (!GETFILE_SUCCESS(getfile(curwin_save->w_buffer->b_fnum, NULL, in find_pattern_in_path()
5264 if (!GETFILE_SUCCESS(getfile(0, files[depth].name, NULL, true, in find_pattern_in_path()
H A Dtag.c2806 if (GETFILE_SUCCESS(getfile_result)) { // got to the right file in jumpto_tag()
H A Dbuffer.c2023 if (GETFILE_SUCCESS(getfile(buf->b_fnum, NULL, NULL, in buflist_getfile()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h949 #define GETFILE_SUCCESS(x) ((x) <= 0) macro
H A Dsearch.c3869 if (!GETFILE_SUCCESS(getfile( in find_pattern_in_path()
3882 if (!GETFILE_SUCCESS(getfile( in find_pattern_in_path()
H A Dtag.c3547 if (GETFILE_SUCCESS(getfile_result)) // got to the right file in jumpto_tag()
H A Dbuffer.c2443 if (GETFILE_SUCCESS(getfile(buf->b_fnum, NULL, NULL, in buflist_getfile()