Home
last modified time | relevance | path

Searched refs:EW_KEEPDOLLAR (Results 1 – 6 of 6) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dpath.h20 #define EW_KEEPDOLLAR 0x800 // do not escape $, $var is expanded macro
H A Dpath.c1273 flags | EW_KEEPDOLLAR); in gen_expand_wildcards()
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dshell.c290 && ((flags & EW_KEEPDOLLAR) == 0 || pat[i][j] != '$') in os_expand_wildcards()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h847 #define EW_KEEPDOLLAR 0x800 // do not escape $, $var is expanded macro
H A Dfilepath.c3947 flags|EW_KEEPDOLLAR); in gen_expand_wildcards()
H A Dos_unix.c6732 && ((flags & EW_KEEPDOLLAR) == 0 || pat[i][j] != '$') in mch_expand_wildcards()