Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dpattern_matcher.h49 const static char WILD_ESCAPE = '\\'; variable
H A Dpattern_matcher.cc84 WILD_ESCAPE, WILD_ONE, WILD_MANY) == 0) { in is_matching()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_getln.h29 #define WILD_ESCAPE 0x80 macro
H A Dex_getln.c3786 | (escape ? WILD_ESCAPE : 0) in nextwild()
4123 if (options & WILD_ESCAPE) { in ExpandEscape()
/dports/editors/vim/vim-8.2.3745/src/
H A Dcmdexpand.c58 if (options & WILD_ESCAPE) in ExpandEscape()
188 use_options |= WILD_ESCAPE; in nextwild()
H A Dvim.h827 #define WILD_ESCAPE 0x80 macro