Home
last modified time | relevance | path

Searched refs:GETFILE_UNUSED (Results 1 – 4 of 4) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.h27 GETFILE_UNUSED = 8, enumerator
H A Dtag.c2666 int getfile_result = GETFILE_UNUSED; in jumpto_tag()
2779 if (getfile_result == GETFILE_UNUSED in jumpto_tag()
2799 if (getfile_result == GETFILE_UNUSED) { in jumpto_tag()
/dports/editors/vim/vim-8.2.3745/src/
H A Dtag.c3375 int getfile_result = GETFILE_UNUSED; in jumpto_tag()
3516 if (getfile_result == GETFILE_UNUSED in jumpto_tag()
3541 if (getfile_result == GETFILE_UNUSED) in jumpto_tag()
H A Dvim.h948 #define GETFILE_UNUSED 8 macro