Home
last modified time | relevance | path

Searched refs:is_regex_special (Results 1 – 18 of 18) sorted by relevance

/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-ctype.c39 TEST_CLASS(is_regex_special, "$()*+.?[\\^{|"); in cmd__ctype()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-ctype.c39 TEST_CLASS(is_regex_special, "$()*+.?[\\^{|"); in cmd__ctype()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-ctype.c39 TEST_CLASS(is_regex_special, "$()*+.?[\\^{|"); in cmd__ctype()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-ctype.c39 TEST_CLASS(is_regex_special, "$()*+.?[\\^{|"); in cmd__ctype()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-ctype.c39 TEST_CLASS(is_regex_special, "$()*+.?[\\^{|"); in cmd__ctype()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-ctype.c39 TEST_CLASS(is_regex_special, "$()*+.?[\\^{|"); in cmd__ctype()
/dports/devel/git-svn/git-2.34.1/
H A Dgit-compat-util.h1045 #define is_regex_special(x) sane_istest(x,GIT_GLOB_SPECIAL | GIT_REGEX_SPECIAL) macro
H A Dgrep.c326 if (is_regex_special(s[i])) in is_fixed()
/dports/devel/git-gui/git-2.34.1/
H A Dgit-compat-util.h1045 #define is_regex_special(x) sane_istest(x,GIT_GLOB_SPECIAL | GIT_REGEX_SPECIAL) macro
H A Dgrep.c326 if (is_regex_special(s[i])) in is_fixed()
/dports/devel/git-p4/git-2.34.1/
H A Dgit-compat-util.h1045 #define is_regex_special(x) sane_istest(x,GIT_GLOB_SPECIAL | GIT_REGEX_SPECIAL) macro
H A Dgrep.c326 if (is_regex_special(s[i]))
/dports/devel/git/git-2.34.1/
H A Dgit-compat-util.h1045 #define is_regex_special(x) sane_istest(x,GIT_GLOB_SPECIAL | GIT_REGEX_SPECIAL) macro
H A Dgrep.c326 if (is_regex_special(s[i])) in is_fixed()
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-compat-util.h1045 #define is_regex_special(x) sane_istest(x,GIT_GLOB_SPECIAL | GIT_REGEX_SPECIAL) macro
H A Dgrep.c326 if (is_regex_special(s[i])) in is_fixed()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-compat-util.h1006 #define is_regex_special(x) sane_istest(x,GIT_GLOB_SPECIAL | GIT_REGEX_SPECIAL) macro
H A Dgrep.c401 if (is_regex_special(s[i])) in is_fixed()