GIT_REGEX_SPECIAL 13 ctype.c R = GIT_REGEX_SPECIAL, /* $, (, ), +, ., ^, {, | */ GIT_REGEX_SPECIAL 788 git-compat-util.h #define is_regex_special(x) sane_istest(x,GIT_GLOB_SPECIAL | GIT_REGEX_SPECIAL) GIT_REGEX_SPECIAL 790 git-compat-util.h #define ispunct(x) sane_istest(x, GIT_PUNCT | GIT_REGEX_SPECIAL | \