Home
last modified time | relevance | path

Searched refs:VV_SWAPNAME (Results 1 – 5 of 5) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Deval.h124 VV_SWAPNAME, enumerator
H A Dmemline.c3410 set_vim_var_string(VV_SWAPNAME, (char *)fname, -1); in do_swapexists()
3419 set_vim_var_string(VV_SWAPNAME, NULL, -1); in do_swapexists()
H A Deval.c199 VV(VV_SWAPNAME, "swapname", VAR_STRING, VV_RO),
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h2013 #define VV_SWAPNAME 46 macro
H A Dmemline.c4645 set_vim_var_string(VV_SWAPNAME, fname, -1); in do_swapexists()
4654 set_vim_var_string(VV_SWAPNAME, NULL, -1); in do_swapexists()